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