pub struct SampleMap { /* private fields */ }Trait Implementations§
impl Copy for SampleMap
Auto Trait Implementations§
impl Freeze for SampleMap
impl RefUnwindSafe for SampleMap
impl Send for SampleMap
impl Sync for SampleMap
impl Unpin for SampleMap
impl UnwindSafe for SampleMap
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