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