pub struct AccountStatusBulkResponse {
pub accounts: Option<Vec<AccountStatusResponse>>,
pub limit: Option<i32>,
pub offset: Option<i32>,
pub total: Option<i32>,
}Fields§
§accounts: Option<Vec<AccountStatusResponse>>§limit: Option<i32>§offset: Option<i32>§total: Option<i32>Trait Implementations§
Source§impl Clone for AccountStatusBulkResponse
impl Clone for AccountStatusBulkResponse
Source§fn clone(&self) -> AccountStatusBulkResponse
fn clone(&self) -> AccountStatusBulkResponse
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 Debug for AccountStatusBulkResponse
impl Debug for AccountStatusBulkResponse
Source§impl Default for AccountStatusBulkResponse
impl Default for AccountStatusBulkResponse
Source§impl<'de> Deserialize<'de> for AccountStatusBulkResponse
impl<'de> Deserialize<'de> for AccountStatusBulkResponse
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
impl StructuralPartialEq for AccountStatusBulkResponse
Auto Trait Implementations§
impl Freeze for AccountStatusBulkResponse
impl RefUnwindSafe for AccountStatusBulkResponse
impl Send for AccountStatusBulkResponse
impl Sync for AccountStatusBulkResponse
impl Unpin for AccountStatusBulkResponse
impl UnsafeUnpin for AccountStatusBulkResponse
impl UnwindSafe for AccountStatusBulkResponse
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