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