pub enum CraBankIncomeWarningCode {
IdentityUnavailable,
TransactionsUnavailable,
ReportDeleted,
DataUnavailable,
}Expand description
The warning code identifies a specific kind of warning.
IDENTITY_UNAVAILABLE: Unable to extract identity for the Item
TRANSACTIONS_UNAVAILABLE: Unable to extract transactions for the Item
REPORT_DELETED: Report deleted due to customer or consumer request
DATA_UNAVAILABLE: No relevant data was found for the Item
Variants§
ReportDeleted
Trait Implementations§
Source§impl Clone for CraBankIncomeWarningCode
impl Clone for CraBankIncomeWarningCode
Source§fn clone(&self) -> CraBankIncomeWarningCode
fn clone(&self) -> CraBankIncomeWarningCode
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 Debug for CraBankIncomeWarningCode
impl Debug for CraBankIncomeWarningCode
Source§impl<'de> Deserialize<'de> for CraBankIncomeWarningCode
impl<'de> Deserialize<'de> for CraBankIncomeWarningCode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CraBankIncomeWarningCode
impl RefUnwindSafe for CraBankIncomeWarningCode
impl Send for CraBankIncomeWarningCode
impl Sync for CraBankIncomeWarningCode
impl Unpin for CraBankIncomeWarningCode
impl UnwindSafe for CraBankIncomeWarningCode
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