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