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