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