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