pub struct MenuPropertyIriOrLabel;Trait Implementations§
Source§impl PartialEq<&str> for MenuPropertyIriOrLabel
impl PartialEq<&str> for MenuPropertyIriOrLabel
Source§impl PartialEq<MenuPropertyIriOrLabel> for &str
impl PartialEq<MenuPropertyIriOrLabel> for &str
Auto Trait Implementations§
impl Freeze for MenuPropertyIriOrLabel
impl RefUnwindSafe for MenuPropertyIriOrLabel
impl Send for MenuPropertyIriOrLabel
impl Sync for MenuPropertyIriOrLabel
impl Unpin for MenuPropertyIriOrLabel
impl UnwindSafe for MenuPropertyIriOrLabel
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