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