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