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