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