pub struct SubAccountListRequest { /* private fields */ }Expand description
Query parameters for [SubAccount::get_subaccount_list].
Implementations§
Source§impl SubAccountListRequest
impl SubAccountListRequest
Sourcepub fn sub_acct(self, sub_acct: impl Into<String>) -> Self
pub fn sub_acct(self, sub_acct: impl Into<String>) -> Self
Filter to a specific sub-account by name.
Sourcepub fn after(self, after: impl Into<String>) -> Self
pub fn after(self, after: impl Into<String>) -> Self
Return results with UID older than this value.
Trait Implementations§
Source§impl Clone for SubAccountListRequest
impl Clone for SubAccountListRequest
Source§fn clone(&self) -> SubAccountListRequest
fn clone(&self) -> SubAccountListRequest
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 SubAccountListRequest
impl Debug for SubAccountListRequest
Source§impl Default for SubAccountListRequest
impl Default for SubAccountListRequest
Source§fn default() -> SubAccountListRequest
fn default() -> SubAccountListRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SubAccountListRequest
impl RefUnwindSafe for SubAccountListRequest
impl Send for SubAccountListRequest
impl Sync for SubAccountListRequest
impl Unpin for SubAccountListRequest
impl UnsafeUnpin for SubAccountListRequest
impl UnwindSafe for SubAccountListRequest
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