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