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