pub struct ShellSession {
pub id: String,
pub command: String,
pub environment: CommandEnvironmentDiagnostics,
/* private fields */
}Fields§
§id: String§command: String§environment: CommandEnvironmentDiagnosticsImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShellSession
impl !RefUnwindSafe for ShellSession
impl Send for ShellSession
impl Sync for ShellSession
impl Unpin for ShellSession
impl UnsafeUnpin for ShellSession
impl !UnwindSafe for ShellSession
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