pub struct ErrorItem {
pub id: String,
pub message: String,
}Fields§
§id: String§message: StringTrait Implementations§
impl Eq for ErrorItem
impl StructuralPartialEq for ErrorItem
Auto Trait Implementations§
impl Freeze for ErrorItem
impl RefUnwindSafe for ErrorItem
impl Send for ErrorItem
impl Sync for ErrorItem
impl Unpin for ErrorItem
impl UnsafeUnpin for ErrorItem
impl UnwindSafe for ErrorItem
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