pub enum AccountTypeEnum {
Saver,
Transactional,
}
Variants§
Trait Implementations§
Source§impl Debug for AccountTypeEnum
impl Debug for AccountTypeEnum
Source§impl<'de> Deserialize<'de> for AccountTypeEnum
impl<'de> Deserialize<'de> for AccountTypeEnum
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 AccountTypeEnum
impl RefUnwindSafe for AccountTypeEnum
impl Send for AccountTypeEnum
impl Sync for AccountTypeEnum
impl Unpin for AccountTypeEnum
impl UnwindSafe for AccountTypeEnum
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