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