pub struct PtyInfo {
pub id: String,
pub running: bool,
}Fields§
§id: String§running: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for PtyInfo
impl RefUnwindSafe for PtyInfo
impl Send for PtyInfo
impl Sync for PtyInfo
impl Unpin for PtyInfo
impl UnsafeUnpin for PtyInfo
impl UnwindSafe for PtyInfo
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