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