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