Struct schema_org_constants::MenuIri
source · pub struct MenuIri;Trait Implementations§
source§impl PartialEq<&str> for MenuIri
impl PartialEq<&str> for MenuIri
Auto Trait Implementations§
impl Freeze for MenuIri
impl RefUnwindSafe for MenuIri
impl Send for MenuIri
impl Sync for MenuIri
impl Unpin for MenuIri
impl UnwindSafe for MenuIri
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