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