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