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