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