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