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