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