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