pub struct PtySnapshot {
pub id: String,
pub output: String,
pub running: bool,
}Fields§
§id: String§output: String§running: boolTrait Implementations§
Source§impl Clone for PtySnapshot
impl Clone for PtySnapshot
Source§fn clone(&self) -> PtySnapshot
fn clone(&self) -> PtySnapshot
Returns a duplicate of the value. Read more
1.0.0 · 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 PtySnapshot
impl Debug for PtySnapshot
Auto Trait Implementations§
impl Freeze for PtySnapshot
impl RefUnwindSafe for PtySnapshot
impl Send for PtySnapshot
impl Sync for PtySnapshot
impl Unpin for PtySnapshot
impl UnsafeUnpin for PtySnapshot
impl UnwindSafe for PtySnapshot
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