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