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