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