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