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