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