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