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