pub enum AccountManagementType3Code {
CodeACCM,
CodeACCO,
CodeGACC,
CodeACST,
}Variants§
Implementations§
Source§impl AccountManagementType3Code
impl AccountManagementType3Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountManagementType3Code
impl RefUnwindSafe for AccountManagementType3Code
impl Send for AccountManagementType3Code
impl Sync for AccountManagementType3Code
impl Unpin for AccountManagementType3Code
impl UnwindSafe for AccountManagementType3Code
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