pub enum DestinationOffset {}Auto Trait Implementations§
impl Freeze for DestinationOffset
impl RefUnwindSafe for DestinationOffset
impl Send for DestinationOffset
impl Sync for DestinationOffset
impl Unpin for DestinationOffset
impl UnwindSafe for DestinationOffset
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