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