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