pub struct ErrorListResult {
pub errors: Vec<AppError>,
pub total_count: i64,
}Fields§
§errors: Vec<AppError>§total_count: i64Auto Trait Implementations§
impl Freeze for ErrorListResult
impl RefUnwindSafe for ErrorListResult
impl Send for ErrorListResult
impl Sync for ErrorListResult
impl Unpin for ErrorListResult
impl UnsafeUnpin for ErrorListResult
impl UnwindSafe for ErrorListResult
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