pub struct MenuId(/* private fields */);
Expand description
An identifier for menus in the graph.
Trait Implementations§
source§impl<'de> Deserialize<'de> for MenuId
impl<'de> Deserialize<'de> for MenuId
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for MenuId
impl PartialEq for MenuId
impl Eq for MenuId
impl StructuralPartialEq for MenuId
Auto Trait Implementations§
impl Freeze for MenuId
impl RefUnwindSafe for MenuId
impl Send for MenuId
impl Sync for MenuId
impl Unpin for MenuId
impl UnwindSafe for MenuId
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