pub struct TxsDetailsQuery {
pub date: Option<String>,
pub partner: Option<String>,
pub is_sender: bool,
pub start: u32,
pub limit: u32,
}Fields§
§date: Option<String>§partner: Option<String>§is_sender: bool§start: u32§limit: u32Trait Implementations§
Source§impl Clone for TxsDetailsQuery
impl Clone for TxsDetailsQuery
Source§fn clone(&self) -> TxsDetailsQuery
fn clone(&self) -> TxsDetailsQuery
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 TxsDetailsQuery
impl Debug for TxsDetailsQuery
Source§impl<'de> Deserialize<'de> for TxsDetailsQuery
impl<'de> Deserialize<'de> for TxsDetailsQuery
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 TxsDetailsQuery
impl RefUnwindSafe for TxsDetailsQuery
impl Send for TxsDetailsQuery
impl Sync for TxsDetailsQuery
impl Unpin for TxsDetailsQuery
impl UnsafeUnpin for TxsDetailsQuery
impl UnwindSafe for TxsDetailsQuery
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