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