pub struct ErrorHandling3Choice {
pub cd: Option<String>,
pub prtry: Option<String>,
}Fields§
§cd: Option<String>§prtry: Option<String>Implementations§
Source§impl ErrorHandling3Choice
impl ErrorHandling3Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ErrorHandling3Choice
impl RefUnwindSafe for ErrorHandling3Choice
impl Send for ErrorHandling3Choice
impl Sync for ErrorHandling3Choice
impl Unpin for ErrorHandling3Choice
impl UnwindSafe for ErrorHandling3Choice
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