pub struct LinuxOptions {
pub application_id: Option<String>,
pub reason: Option<String>,
}Fields§
§application_id: Option<String>§reason: Option<String>Trait Implementations§
Source§impl Clone for LinuxOptions
impl Clone for LinuxOptions
Source§fn clone(&self) -> LinuxOptions
fn clone(&self) -> LinuxOptions
Returns a duplicate of the value. Read more
1.0.0 · 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 LinuxOptions
impl Debug for LinuxOptions
Source§impl Default for LinuxOptions
impl Default for LinuxOptions
Source§fn default() -> LinuxOptions
fn default() -> LinuxOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LinuxOptions
impl<'de> Deserialize<'de> for LinuxOptions
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
Auto Trait Implementations§
impl Freeze for LinuxOptions
impl RefUnwindSafe for LinuxOptions
impl Send for LinuxOptions
impl Sync for LinuxOptions
impl Unpin for LinuxOptions
impl UnwindSafe for LinuxOptions
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