pub struct LinuxConfig {
pub method: LinuxMethod,
pub env: LinuxEnvConfig,
}Fields§
§method: LinuxMethod§env: LinuxEnvConfigTrait Implementations§
Source§impl Debug for LinuxConfig
impl Debug for LinuxConfig
Source§impl<'de> Deserialize<'de> for LinuxConfig
impl<'de> Deserialize<'de> for LinuxConfig
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 LinuxConfig
impl RefUnwindSafe for LinuxConfig
impl Send for LinuxConfig
impl Sync for LinuxConfig
impl Unpin for LinuxConfig
impl UnsafeUnpin for LinuxConfig
impl UnwindSafe for LinuxConfig
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