pub struct MainMenu {
pub prompt: String,
}Expand description
This sets the config program’s title bar if the config program chooses to use it. It should be placed at the top of the configuration, before any other statement.
Fields§
§prompt: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for MainMenu
impl<'de> Deserialize<'de> for MainMenu
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
impl StructuralPartialEq for MainMenu
Auto Trait Implementations§
impl Freeze for MainMenu
impl RefUnwindSafe for MainMenu
impl Send for MainMenu
impl Sync for MainMenu
impl Unpin for MainMenu
impl UnsafeUnpin for MainMenu
impl UnwindSafe for MainMenu
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