pub struct DestinationOptions1State;Auto Trait Implementations§
impl Freeze for DestinationOptions1State
impl RefUnwindSafe for DestinationOptions1State
impl Send for DestinationOptions1State
impl Sync for DestinationOptions1State
impl Unpin for DestinationOptions1State
impl UnsafeUnpin for DestinationOptions1State
impl UnwindSafe for DestinationOptions1State
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