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