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