pub struct GetSubaccountResult {
pub subaccount: Option<SubAccount>,
}Fields§
§subaccount: Option<SubAccount>Trait Implementations§
Source§impl Clone for GetSubaccountResult
impl Clone for GetSubaccountResult
Source§fn clone(&self) -> GetSubaccountResult
fn clone(&self) -> GetSubaccountResult
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 GetSubaccountResult
impl Debug for GetSubaccountResult
Source§impl Default for GetSubaccountResult
impl Default for GetSubaccountResult
Source§fn default() -> GetSubaccountResult
fn default() -> GetSubaccountResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetSubaccountResult
impl PartialEq for GetSubaccountResult
impl StructuralPartialEq for GetSubaccountResult
Auto Trait Implementations§
impl Freeze for GetSubaccountResult
impl RefUnwindSafe for GetSubaccountResult
impl Send for GetSubaccountResult
impl Sync for GetSubaccountResult
impl Unpin for GetSubaccountResult
impl UnsafeUnpin for GetSubaccountResult
impl UnwindSafe for GetSubaccountResult
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