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 duplicate 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 PartialEq for LimitViolationError
impl PartialEq for LimitViolationError
impl StructuralPartialEq for LimitViolationError
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