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