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