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