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