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