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