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