pub enum AddressType2Code {
CodeADDR,
CodePBOX,
CodeHOME,
CodeBIZZ,
CodeMLTO,
CodeDLVY,
}Variants§
Implementations§
Source§impl AddressType2Code
impl AddressType2Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AddressType2Code
impl RefUnwindSafe for AddressType2Code
impl Send for AddressType2Code
impl Sync for AddressType2Code
impl Unpin for AddressType2Code
impl UnwindSafe for AddressType2Code
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