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