pub enum AccountSelector {
OwnerAccountId(u64),
SmartAccountAddress(String),
}Expand description
Optional account selector. Omit to list across accounts the caller is allowed to inspect.
Variants§
Trait Implementations§
Source§impl Clone for AccountSelector
impl Clone for AccountSelector
Source§fn clone(&self) -> AccountSelector
fn clone(&self) -> AccountSelector
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 AccountSelector
impl Debug for AccountSelector
impl Oneof for AccountSelector
Source§impl PartialEq for AccountSelector
impl PartialEq for AccountSelector
Source§impl Serialize for AccountSelector
impl Serialize for AccountSelector
impl StructuralPartialEq for AccountSelector
Auto Trait Implementations§
impl Freeze for AccountSelector
impl RefUnwindSafe for AccountSelector
impl Send for AccountSelector
impl Sync for AccountSelector
impl Unpin for AccountSelector
impl UnsafeUnpin for AccountSelector
impl UnwindSafe for AccountSelector
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