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