pub struct SessionAction {
pub step_number: i64,
pub timestamp: String,
pub action_type: String,
pub agent_pid: i64,
pub payload: String,
}Fields§
§step_number: i64§timestamp: String§action_type: String§agent_pid: i64§payload: StringTrait Implementations§
Source§impl Clone for SessionAction
impl Clone for SessionAction
Source§fn clone(&self) -> SessionAction
fn clone(&self) -> SessionAction
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 SessionAction
impl Debug for SessionAction
Source§impl<'de> Deserialize<'de> for SessionAction
impl<'de> Deserialize<'de> for SessionAction
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 SessionAction
impl RefUnwindSafe for SessionAction
impl Send for SessionAction
impl Sync for SessionAction
impl Unpin for SessionAction
impl UnsafeUnpin for SessionAction
impl UnwindSafe for SessionAction
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