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