pub struct Myers {}
Trait Implementations§
impl Copy for Myers
impl Eq for Myers
impl StructuralPartialEq for Myers
Auto Trait Implementations§
impl Freeze for Myers
impl RefUnwindSafe for Myers
impl Send for Myers
impl Sync for Myers
impl Unpin for Myers
impl UnwindSafe for Myers
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