pub struct BLQDValidationErrors { /* private fields */ }Expand description
Opaque handle wrapping a list of validation errors with cached CString messages.
Auto Trait Implementations§
impl Freeze for BLQDValidationErrors
impl RefUnwindSafe for BLQDValidationErrors
impl Send for BLQDValidationErrors
impl Sync for BLQDValidationErrors
impl Unpin for BLQDValidationErrors
impl UnwindSafe for BLQDValidationErrors
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