pub struct SpawnedPipeSession {
pub session_id: String,
pub pid: u32,
pub created_at: f64,
}Fields§
§session_id: String§pid: u32§created_at: f64Trait Implementations§
Source§impl Clone for SpawnedPipeSession
impl Clone for SpawnedPipeSession
Source§fn clone(&self) -> SpawnedPipeSession
fn clone(&self) -> SpawnedPipeSession
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 SpawnedPipeSession
impl RefUnwindSafe for SpawnedPipeSession
impl Send for SpawnedPipeSession
impl Sync for SpawnedPipeSession
impl Unpin for SpawnedPipeSession
impl UnsafeUnpin for SpawnedPipeSession
impl UnwindSafe for SpawnedPipeSession
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