pub struct ShellSessionInfo {
pub id: String,
pub machine_id: String,
pub finished: bool,
pub truncated: bool,
}Expand description
A shell session as reported by openShell / shellSessions.
Fields§
§id: String§machine_id: String§finished: bool§truncated: boolImplementations§
Source§impl ShellSessionInfo
impl ShellSessionInfo
pub fn from_graphql(s: &Value) -> ShellSessionInfo
Trait Implementations§
Source§impl Clone for ShellSessionInfo
impl Clone for ShellSessionInfo
Source§fn clone(&self) -> ShellSessionInfo
fn clone(&self) -> ShellSessionInfo
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 moreSource§impl Debug for ShellSessionInfo
impl Debug for ShellSessionInfo
impl Eq for ShellSessionInfo
Source§impl PartialEq for ShellSessionInfo
impl PartialEq for ShellSessionInfo
impl StructuralPartialEq for ShellSessionInfo
Auto Trait Implementations§
impl Freeze for ShellSessionInfo
impl RefUnwindSafe for ShellSessionInfo
impl Send for ShellSessionInfo
impl Sync for ShellSessionInfo
impl Unpin for ShellSessionInfo
impl UnsafeUnpin for ShellSessionInfo
impl UnwindSafe for ShellSessionInfo
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