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