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