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