#[non_exhaustive]pub struct RefMap { /* private fields */ }
Expand description
Reference-FootprintID map
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefMap
impl RefUnwindSafe for RefMap
impl Send for RefMap
impl Sync for RefMap
impl Unpin for RefMap
impl UnwindSafe for RefMap
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