pub enum HashmapWriteOutcome {
Collided,
DidNotCollide,
}Variants§
Auto Trait Implementations§
impl Freeze for HashmapWriteOutcome
impl RefUnwindSafe for HashmapWriteOutcome
impl Send for HashmapWriteOutcome
impl Sync for HashmapWriteOutcome
impl Unpin for HashmapWriteOutcome
impl UnsafeUnpin for HashmapWriteOutcome
impl UnwindSafe for HashmapWriteOutcome
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