pub struct RustErrorParams {
pub code: Option<i64>,
pub message: Option<String>,
pub description: Option<String>,
}
Fields§
§code: Option<i64>
§message: Option<String>
§description: Option<String>
Auto Trait Implementations§
impl Freeze for RustErrorParams
impl RefUnwindSafe for RustErrorParams
impl Send for RustErrorParams
impl Sync for RustErrorParams
impl Unpin for RustErrorParams
impl UnwindSafe for RustErrorParams
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