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