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