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