pub struct ResponseLocalEnvironment {
pub type_: String,
}Expand description
Represents the use of a local environment to perform shell actions.
Fields§
§type_: StringThe environment type. Always local.
Trait Implementations§
Source§impl Clone for ResponseLocalEnvironment
impl Clone for ResponseLocalEnvironment
Source§fn clone(&self) -> ResponseLocalEnvironment
fn clone(&self) -> ResponseLocalEnvironment
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 ResponseLocalEnvironment
impl Debug for ResponseLocalEnvironment
Source§impl<'de> Deserialize<'de> for ResponseLocalEnvironment
impl<'de> Deserialize<'de> for ResponseLocalEnvironment
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 ResponseLocalEnvironment
impl RefUnwindSafe for ResponseLocalEnvironment
impl Send for ResponseLocalEnvironment
impl Sync for ResponseLocalEnvironment
impl Unpin for ResponseLocalEnvironment
impl UnsafeUnpin for ResponseLocalEnvironment
impl UnwindSafe for ResponseLocalEnvironment
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