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