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