pub struct GetSubaccountOpts {
pub include_api_keys: bool,
pub include_members: bool,
pub include_invites: bool,
pub include_policy: bool,
pub include_balances: bool,
pub invites_direction: String,
}Fields§
§include_api_keys: bool§include_members: bool§include_invites: bool§include_policy: bool§include_balances: bool§invites_direction: StringTrait Implementations§
Source§impl Clone for GetSubaccountOpts
impl Clone for GetSubaccountOpts
Source§fn clone(&self) -> GetSubaccountOpts
fn clone(&self) -> GetSubaccountOpts
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 GetSubaccountOpts
impl Debug for GetSubaccountOpts
Source§impl Default for GetSubaccountOpts
impl Default for GetSubaccountOpts
Source§fn default() -> GetSubaccountOpts
fn default() -> GetSubaccountOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetSubaccountOpts
impl RefUnwindSafe for GetSubaccountOpts
impl Send for GetSubaccountOpts
impl Sync for GetSubaccountOpts
impl Unpin for GetSubaccountOpts
impl UnsafeUnpin for GetSubaccountOpts
impl UnwindSafe for GetSubaccountOpts
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