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