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