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