pub struct landscape(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for landscape
Auto Trait Implementations§
impl Freeze for landscape
impl RefUnwindSafe for landscape
impl Send for landscape
impl Sync for landscape
impl Unpin for landscape
impl UnwindSafe for landscape
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