pub struct EffectiveTime;Expand description
EffectiveTime (168).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EffectiveTime
impl RefUnwindSafe for EffectiveTime
impl Send for EffectiveTime
impl Sync for EffectiveTime
impl Unpin for EffectiveTime
impl UnsafeUnpin for EffectiveTime
impl UnwindSafe for EffectiveTime
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