pub struct Right;
Trait Implementations§
source§impl PartialEq for Right
impl PartialEq for Right
impl Copy for Right
impl Eq for Right
impl StructuralEq for Right
impl StructuralPartialEq for Right
Auto Trait Implementations§
impl RefUnwindSafe for Right
impl Send for Right
impl Sync for Right
impl Unpin for Right
impl UnwindSafe for Right
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