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