pub enum SystemSecuritiesAccountType1Code {
CodeCSDP,
CodeCSDM,
CodeICSA,
CodeTOFF,
CodeCSDO,
CodeISSA,
}Variants§
Implementations§
Source§impl SystemSecuritiesAccountType1Code
impl SystemSecuritiesAccountType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SystemSecuritiesAccountType1Code
impl RefUnwindSafe for SystemSecuritiesAccountType1Code
impl Send for SystemSecuritiesAccountType1Code
impl Sync for SystemSecuritiesAccountType1Code
impl Unpin for SystemSecuritiesAccountType1Code
impl UnwindSafe for SystemSecuritiesAccountType1Code
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