pub struct AgentRecordEntry {
pub method: String,
pub params: Option<Value>,
pub timestamp: String,
}Fields§
§method: String§params: Option<Value>§timestamp: StringTrait Implementations§
Source§impl Clone for AgentRecordEntry
impl Clone for AgentRecordEntry
Source§fn clone(&self) -> AgentRecordEntry
fn clone(&self) -> AgentRecordEntry
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 AgentRecordEntry
impl Debug for AgentRecordEntry
Source§impl<'de> Deserialize<'de> for AgentRecordEntry
impl<'de> Deserialize<'de> for AgentRecordEntry
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 AgentRecordEntry
impl RefUnwindSafe for AgentRecordEntry
impl Send for AgentRecordEntry
impl Sync for AgentRecordEntry
impl Unpin for AgentRecordEntry
impl UnsafeUnpin for AgentRecordEntry
impl UnwindSafe for AgentRecordEntry
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