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