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