pub struct QueryRecentInstructionResultInstructionHistory {
pub history_max_depth_number_of_days: i32,
pub history_max_depth_number_of_instruction: i32,
pub result: Vec<Value>,
}Fields§
§history_max_depth_number_of_days: i32§history_max_depth_number_of_instruction: i32§result: Vec<Value>Trait Implementations§
Source§impl Clone for QueryRecentInstructionResultInstructionHistory
impl Clone for QueryRecentInstructionResultInstructionHistory
Source§fn clone(&self) -> QueryRecentInstructionResultInstructionHistory
fn clone(&self) -> QueryRecentInstructionResultInstructionHistory
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<'de> Deserialize<'de> for QueryRecentInstructionResultInstructionHistory
impl<'de> Deserialize<'de> for QueryRecentInstructionResultInstructionHistory
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
Source§impl PartialEq for QueryRecentInstructionResultInstructionHistory
impl PartialEq for QueryRecentInstructionResultInstructionHistory
Source§fn eq(&self, other: &QueryRecentInstructionResultInstructionHistory) -> bool
fn eq(&self, other: &QueryRecentInstructionResultInstructionHistory) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QueryRecentInstructionResultInstructionHistory
Auto Trait Implementations§
impl Freeze for QueryRecentInstructionResultInstructionHistory
impl RefUnwindSafe for QueryRecentInstructionResultInstructionHistory
impl Send for QueryRecentInstructionResultInstructionHistory
impl Sync for QueryRecentInstructionResultInstructionHistory
impl Unpin for QueryRecentInstructionResultInstructionHistory
impl UnsafeUnpin for QueryRecentInstructionResultInstructionHistory
impl UnwindSafe for QueryRecentInstructionResultInstructionHistory
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