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