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