pub struct SessionNextShellStartedData {
pub call_id: String,
pub command: String,
pub message_id: String,
pub session_id: String,
pub timestamp: f64,
}Fields§
§call_id: String§command: String§message_id: String§session_id: String§timestamp: f64Trait Implementations§
Source§impl Clone for SessionNextShellStartedData
impl Clone for SessionNextShellStartedData
Source§fn clone(&self) -> SessionNextShellStartedData
fn clone(&self) -> SessionNextShellStartedData
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 SessionNextShellStartedData
impl Debug for SessionNextShellStartedData
Source§impl<'de> Deserialize<'de> for SessionNextShellStartedData
impl<'de> Deserialize<'de> for SessionNextShellStartedData
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
impl StructuralPartialEq for SessionNextShellStartedData
Auto Trait Implementations§
impl Freeze for SessionNextShellStartedData
impl RefUnwindSafe for SessionNextShellStartedData
impl Send for SessionNextShellStartedData
impl Sync for SessionNextShellStartedData
impl Unpin for SessionNextShellStartedData
impl UnsafeUnpin for SessionNextShellStartedData
impl UnwindSafe for SessionNextShellStartedData
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