pub struct ContentValidationErrors(/* private fields */);Implementations§
Source§impl ContentValidationErrors
impl ContentValidationErrors
pub fn errors(&self) -> &[ContentValidationError]
pub fn into_errors(self) -> Vec<ContentValidationError>
Trait Implementations§
Source§impl Clone for ContentValidationErrors
impl Clone for ContentValidationErrors
Source§impl Debug for ContentValidationErrors
impl Debug for ContentValidationErrors
Source§impl Display for ContentValidationErrors
impl Display for ContentValidationErrors
impl Eq for ContentValidationErrors
Source§impl Error for ContentValidationErrors
impl Error for ContentValidationErrors
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
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for ContentValidationErrors
impl PartialEq for ContentValidationErrors
impl StructuralPartialEq for ContentValidationErrors
Auto Trait Implementations§
impl Freeze for ContentValidationErrors
impl RefUnwindSafe for ContentValidationErrors
impl Send for ContentValidationErrors
impl Sync for ContentValidationErrors
impl Unpin for ContentValidationErrors
impl UnsafeUnpin for ContentValidationErrors
impl UnwindSafe for ContentValidationErrors
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