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