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