pub enum CancelledStatusReason13Code {
CodeCANI,
CodeCANS,
CodeCSUB,
CodeCXLR,
CodeCANT,
CodeCANZ,
CodeCORP,
CodeSCEX,
CodeOTHR,
CodeCTHP,
}Variants§
Implementations§
Source§impl CancelledStatusReason13Code
impl CancelledStatusReason13Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CancelledStatusReason13Code
impl RefUnwindSafe for CancelledStatusReason13Code
impl Send for CancelledStatusReason13Code
impl Sync for CancelledStatusReason13Code
impl Unpin for CancelledStatusReason13Code
impl UnwindSafe for CancelledStatusReason13Code
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