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
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