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