pub struct AccountList {
pub accounts: Vec<Account>,
}
Expand description
Describes a list of Accounts in accounts response.
Fields§
§accounts: Vec<Account>
Trait Implementations§
Source§impl Debug for AccountList
impl Debug for AccountList
Source§impl<'de> Deserialize<'de> for AccountList
impl<'de> Deserialize<'de> for AccountList
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 AccountList
impl RefUnwindSafe for AccountList
impl Send for AccountList
impl Sync for AccountList
impl Unpin for AccountList
impl UnwindSafe for AccountList
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