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