pub struct SubAccountsList {
pub subaccounts: Vec<SubAccount>,
}Fields§
§subaccounts: Vec<SubAccount>Trait Implementations§
Source§impl Clone for SubAccountsList
impl Clone for SubAccountsList
Source§fn clone(&self) -> SubAccountsList
fn clone(&self) -> SubAccountsList
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 SubAccountsList
impl Debug for SubAccountsList
Source§impl PartialEq for SubAccountsList
impl PartialEq for SubAccountsList
impl StructuralPartialEq for SubAccountsList
Auto Trait Implementations§
impl Freeze for SubAccountsList
impl RefUnwindSafe for SubAccountsList
impl Send for SubAccountsList
impl Sync for SubAccountsList
impl Unpin for SubAccountsList
impl UnsafeUnpin for SubAccountsList
impl UnwindSafe for SubAccountsList
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