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