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