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