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