pub struct LinuxEnvConfig {
pub key: Option<String>,
}Fields§
§key: Option<String>Trait Implementations§
Source§impl Debug for LinuxEnvConfig
impl Debug for LinuxEnvConfig
Source§impl Default for LinuxEnvConfig
impl Default for LinuxEnvConfig
Source§fn default() -> LinuxEnvConfig
fn default() -> LinuxEnvConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LinuxEnvConfig
impl<'de> Deserialize<'de> for LinuxEnvConfig
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 LinuxEnvConfig
impl RefUnwindSafe for LinuxEnvConfig
impl Send for LinuxEnvConfig
impl Sync for LinuxEnvConfig
impl Unpin for LinuxEnvConfig
impl UnsafeUnpin for LinuxEnvConfig
impl UnwindSafe for LinuxEnvConfig
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