pub enum FinancialConnectionsAccountStatus {
Active,
Disconnected,
Inactive,
}
Expand description
The status of the link to the account.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FinancialConnectionsAccountStatus
impl Clone for FinancialConnectionsAccountStatus
Source§fn clone(&self) -> FinancialConnectionsAccountStatus
fn clone(&self) -> FinancialConnectionsAccountStatus
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 FinancialConnectionsAccountStatus
impl FromValueOpt for FinancialConnectionsAccountStatus
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for FinancialConnectionsAccountStatus
impl PartialEq for FinancialConnectionsAccountStatus
Source§fn eq(&self, other: &FinancialConnectionsAccountStatus) -> bool
fn eq(&self, other: &FinancialConnectionsAccountStatus) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for FinancialConnectionsAccountStatus
impl Eq for FinancialConnectionsAccountStatus
impl StructuralPartialEq for FinancialConnectionsAccountStatus
Auto Trait Implementations§
impl Freeze for FinancialConnectionsAccountStatus
impl RefUnwindSafe for FinancialConnectionsAccountStatus
impl Send for FinancialConnectionsAccountStatus
impl Sync for FinancialConnectionsAccountStatus
impl Unpin for FinancialConnectionsAccountStatus
impl UnwindSafe for FinancialConnectionsAccountStatus
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