pub struct ListAccountsOptions { /* private fields */ }
Implementations§
Source§impl ListAccountsOptions
impl ListAccountsOptions
Sourcepub fn filter_account_type(&mut self, value: String)
pub fn filter_account_type(&mut self, value: String)
Sets the account type filter value.
Sourcepub fn filter_ownership_type(&mut self, value: String)
pub fn filter_ownership_type(&mut self, value: String)
Sets the ownership type filter value.
Trait Implementations§
Source§impl Default for ListAccountsOptions
impl Default for ListAccountsOptions
Source§fn default() -> ListAccountsOptions
fn default() -> ListAccountsOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListAccountsOptions
impl RefUnwindSafe for ListAccountsOptions
impl Send for ListAccountsOptions
impl Sync for ListAccountsOptions
impl Unpin for ListAccountsOptions
impl UnwindSafe for ListAccountsOptions
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