pub struct SpawnedPtySession {
pub session_id: String,
pub pid: u32,
pub created_at: f64,
}Expand description
Reply summary for a successful spawn.
Fields§
§session_id: String§pid: u32§created_at: f64Trait Implementations§
Source§impl Clone for SpawnedPtySession
impl Clone for SpawnedPtySession
Source§fn clone(&self) -> SpawnedPtySession
fn clone(&self) -> SpawnedPtySession
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 moreAuto Trait Implementations§
impl Freeze for SpawnedPtySession
impl RefUnwindSafe for SpawnedPtySession
impl Send for SpawnedPtySession
impl Sync for SpawnedPtySession
impl Unpin for SpawnedPtySession
impl UnsafeUnpin for SpawnedPtySession
impl UnwindSafe for SpawnedPtySession
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