pub enum Reconciliation3Code {
CodeDPRW,
CodeDPRV,
CodeDSMA,
CodeDSNM,
CodeNORE,
CodeSSMA,
CodeSSPA,
CodeSPRW,
CodeSPRV,
CodeSSUN,
CodeSSNE,
}
Variants§
Implementations§
Source§impl Reconciliation3Code
impl Reconciliation3Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Reconciliation3Code
impl RefUnwindSafe for Reconciliation3Code
impl Send for Reconciliation3Code
impl Sync for Reconciliation3Code
impl Unpin for Reconciliation3Code
impl UnwindSafe for Reconciliation3Code
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