Struct humidity_core::historical::Syncer
source · pub struct Syncer<'out, T> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'out, T> Freeze for Syncer<'out, T>
impl<'out, T> RefUnwindSafe for Syncer<'out, T>where
T: RefUnwindSafe,
impl<'out, T> Send for Syncer<'out, T>where
T: Sync,
impl<'out, T> Sync for Syncer<'out, T>where
T: Sync,
impl<'out, T> Unpin for Syncer<'out, T>
impl<'out, T> UnwindSafe for Syncer<'out, T>where
T: RefUnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more