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