Struct decthings_api::rpc::terminal::TerminalSession
source · pub struct TerminalSession {
pub id: String,
pub started_at: i64,
pub model_id: String,
pub execution_location: ExecutionLocation,
}
Fields§
§id: String
§started_at: i64
§model_id: String
§execution_location: ExecutionLocation
Trait Implementations§
source§impl Clone for TerminalSession
impl Clone for TerminalSession
source§fn clone(&self) -> TerminalSession
fn clone(&self) -> TerminalSession
Returns a copy 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 TerminalSession
impl Debug for TerminalSession
source§impl<'de> Deserialize<'de> for TerminalSession
impl<'de> Deserialize<'de> for TerminalSession
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TerminalSession
impl RefUnwindSafe for TerminalSession
impl Send for TerminalSession
impl Sync for TerminalSession
impl Unpin for TerminalSession
impl UnwindSafe for TerminalSession
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