pub struct ConsoleSettingsHelp {
pub binary_urls: Option<HashMap<String, String>>,
pub chat_text: Option<String>,
pub chat_url: Option<String>,
}Expand description
ConsoleSettingsHelp : Help carries no chat link and no binary download URLs.
Fields§
§binary_urls: Option<HashMap<String, String>>§chat_text: Option<String>§chat_url: Option<String>Implementations§
Source§impl ConsoleSettingsHelp
impl ConsoleSettingsHelp
Sourcepub fn new() -> ConsoleSettingsHelp
pub fn new() -> ConsoleSettingsHelp
Help carries no chat link and no binary download URLs.
Trait Implementations§
Source§impl Clone for ConsoleSettingsHelp
impl Clone for ConsoleSettingsHelp
Source§fn clone(&self) -> ConsoleSettingsHelp
fn clone(&self) -> ConsoleSettingsHelp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConsoleSettingsHelp
impl Debug for ConsoleSettingsHelp
Source§impl Default for ConsoleSettingsHelp
impl Default for ConsoleSettingsHelp
Source§fn default() -> ConsoleSettingsHelp
fn default() -> ConsoleSettingsHelp
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConsoleSettingsHelp
impl<'de> Deserialize<'de> for ConsoleSettingsHelp
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 ConsoleSettingsHelp
impl PartialEq for ConsoleSettingsHelp
Source§impl Serialize for ConsoleSettingsHelp
impl Serialize for ConsoleSettingsHelp
impl StructuralPartialEq for ConsoleSettingsHelp
Auto Trait Implementations§
impl Freeze for ConsoleSettingsHelp
impl RefUnwindSafe for ConsoleSettingsHelp
impl Send for ConsoleSettingsHelp
impl Sync for ConsoleSettingsHelp
impl Unpin for ConsoleSettingsHelp
impl UnsafeUnpin for ConsoleSettingsHelp
impl UnwindSafe for ConsoleSettingsHelp
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