pub struct LimitViolationError { /* private fields */ }
Expand description
An error indicating that the xml element violates either minOccurs or maxOccurs of the schema
Implementations§
Trait Implementations§
Source§impl Clone for LimitViolationError
impl Clone for LimitViolationError
Source§fn clone(&self) -> LimitViolationError
fn clone(&self) -> LimitViolationError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LimitViolationError
impl Debug for LimitViolationError
Source§impl Display for LimitViolationError
impl Display for LimitViolationError
Source§impl Error for LimitViolationError
impl Error for LimitViolationError
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
Source§impl From<LimitViolationError> for XmlError
impl From<LimitViolationError> for XmlError
Source§fn from(error: LimitViolationError) -> Self
fn from(error: LimitViolationError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LimitViolationError
impl RefUnwindSafe for LimitViolationError
impl Send for LimitViolationError
impl Sync for LimitViolationError
impl Unpin for LimitViolationError
impl UnwindSafe for LimitViolationError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<E> Fail for E
impl<E> Fail for E
Source§fn cause(&self) -> Option<&(dyn Fail + 'static)>
fn cause(&self) -> Option<&(dyn Fail + 'static)>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
Source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace
carried by this failure, if it
carries one. Read more