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