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