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