pub struct ExternalAgentConfigDetectParams {
pub cwds: Option<Vec<String>>,
pub include_home: Option<bool>,
}Fields§
§cwds: Option<Vec<String>>§include_home: Option<bool>Trait Implementations§
Source§impl Clone for ExternalAgentConfigDetectParams
impl Clone for ExternalAgentConfigDetectParams
Source§fn clone(&self) -> ExternalAgentConfigDetectParams
fn clone(&self) -> ExternalAgentConfigDetectParams
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<'de> Deserialize<'de> for ExternalAgentConfigDetectParams
impl<'de> Deserialize<'de> for ExternalAgentConfigDetectParams
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 ExternalAgentConfigDetectParams
impl RefUnwindSafe for ExternalAgentConfigDetectParams
impl Send for ExternalAgentConfigDetectParams
impl Sync for ExternalAgentConfigDetectParams
impl Unpin for ExternalAgentConfigDetectParams
impl UnsafeUnpin for ExternalAgentConfigDetectParams
impl UnwindSafe for ExternalAgentConfigDetectParams
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