Struct humidity_core::historical::Historical
source · pub struct Historical<const SIZE: usize, T> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<const SIZE: usize, T> Default for Historical<SIZE, T>where
T: Serializable,
impl<const SIZE: usize, T> Default for Historical<SIZE, T>where
T: Serializable,
Auto Trait Implementations§
impl<const SIZE: usize, T> Freeze for Historical<SIZE, T>where
T: Freeze,
impl<const SIZE: usize, T> RefUnwindSafe for Historical<SIZE, T>where
T: RefUnwindSafe,
impl<const SIZE: usize, T> Send for Historical<SIZE, T>where
T: Send,
impl<const SIZE: usize, T> Sync for Historical<SIZE, T>where
T: Sync,
impl<const SIZE: usize, T> Unpin for Historical<SIZE, T>where
T: Unpin,
impl<const SIZE: usize, T> UnwindSafe for Historical<SIZE, T>where
T: UnwindSafe,
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