pub enum AccountExternalAccountCreated {
BankAccount(BankAccount),
Card(Card),
Source(Source),
}Variants§
Trait Implementations§
Source§impl Clone for AccountExternalAccountCreated
impl Clone for AccountExternalAccountCreated
Source§fn clone(&self) -> AccountExternalAccountCreated
fn clone(&self) -> AccountExternalAccountCreated
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl FromValueOpt for AccountExternalAccountCreated
impl FromValueOpt for AccountExternalAccountCreated
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for AccountExternalAccountCreated
impl RefUnwindSafe for AccountExternalAccountCreated
impl Send for AccountExternalAccountCreated
impl Sync for AccountExternalAccountCreated
impl Unpin for AccountExternalAccountCreated
impl UnsafeUnpin for AccountExternalAccountCreated
impl UnwindSafe for AccountExternalAccountCreated
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