pub struct MetaTime { /* private fields */ }Expand description
$literal
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetaTime
impl RefUnwindSafe for MetaTime
impl Send for MetaTime
impl Sync for MetaTime
impl Unpin for MetaTime
impl UnwindSafe for MetaTime
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