#[repr(C)]pub struct ShumateMap { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShumateMap
impl RefUnwindSafe for ShumateMap
impl !Send for ShumateMap
impl !Sync for ShumateMap
impl !Unpin for ShumateMap
impl UnwindSafe for ShumateMap
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