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