pub struct RightHandDrivingIri;Trait Implementations§
source§impl PartialEq<&str> for RightHandDrivingIri
impl PartialEq<&str> for RightHandDrivingIri
source§impl PartialEq<RightHandDrivingIri> for &str
impl PartialEq<RightHandDrivingIri> for &str
source§fn eq(&self, other: &RightHandDrivingIri) -> bool
fn eq(&self, other: &RightHandDrivingIri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for RightHandDrivingIri
impl RefUnwindSafe for RightHandDrivingIri
impl Send for RightHandDrivingIri
impl Sync for RightHandDrivingIri
impl Unpin for RightHandDrivingIri
impl UnwindSafe for RightHandDrivingIri
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