pub struct Menu {
pub hamburger_checkbox: bool,
}Expand description
The settings for the insertion of a menu in a web page.
Fields§
§hamburger_checkbox: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for Menu
impl<'de> Deserialize<'de> for Menu
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<IndexMap<String, AttributeValue>> for Menu
impl From<IndexMap<String, AttributeValue>> for Menu
Source§fn from(map: Attributes) -> Self
fn from(map: Attributes) -> Self
Converts to this type from the input type.
impl Copy for Menu
Auto Trait Implementations§
impl Freeze for Menu
impl RefUnwindSafe for Menu
impl Send for Menu
impl Sync for Menu
impl Unpin for Menu
impl UnwindSafe for Menu
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