pub struct PrivateGetTriggerOrderHistoryResponse {
pub continuation: Option<String>,
pub entries: Option<Vec<TriggerOrderHistoryRecord>>,
}Fields§
§continuation: Option<String>§entries: Option<Vec<TriggerOrderHistoryRecord>>Trait Implementations§
Source§impl Clone for PrivateGetTriggerOrderHistoryResponse
impl Clone for PrivateGetTriggerOrderHistoryResponse
Source§fn clone(&self) -> PrivateGetTriggerOrderHistoryResponse
fn clone(&self) -> PrivateGetTriggerOrderHistoryResponse
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 Default for PrivateGetTriggerOrderHistoryResponse
impl Default for PrivateGetTriggerOrderHistoryResponse
Source§fn default() -> PrivateGetTriggerOrderHistoryResponse
fn default() -> PrivateGetTriggerOrderHistoryResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateGetTriggerOrderHistoryResponse
impl<'de> Deserialize<'de> for PrivateGetTriggerOrderHistoryResponse
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 PrivateGetTriggerOrderHistoryResponse
impl PartialEq for PrivateGetTriggerOrderHistoryResponse
Source§fn eq(&self, other: &PrivateGetTriggerOrderHistoryResponse) -> bool
fn eq(&self, other: &PrivateGetTriggerOrderHistoryResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PrivateGetTriggerOrderHistoryResponse
Auto Trait Implementations§
impl Freeze for PrivateGetTriggerOrderHistoryResponse
impl RefUnwindSafe for PrivateGetTriggerOrderHistoryResponse
impl Send for PrivateGetTriggerOrderHistoryResponse
impl Sync for PrivateGetTriggerOrderHistoryResponse
impl Unpin for PrivateGetTriggerOrderHistoryResponse
impl UnwindSafe for PrivateGetTriggerOrderHistoryResponse
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