pub struct IDMap(/* private fields */);
Implementations§
Auto Trait Implementations§
impl Freeze for IDMap
impl RefUnwindSafe for IDMap
impl Send for IDMap
impl Sync for IDMap
impl Unpin for IDMap
impl UnwindSafe for IDMap
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