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