pub struct PebblesErrorDetails {
pub message: Cow<'static, str>,
pub stacktrace: String,
pub data: Value,
}Fields§
§message: Cow<'static, str>§stacktrace: String§data: ValueImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PebblesErrorDetails
impl RefUnwindSafe for PebblesErrorDetails
impl Send for PebblesErrorDetails
impl Sync for PebblesErrorDetails
impl Unpin for PebblesErrorDetails
impl UnsafeUnpin for PebblesErrorDetails
impl UnwindSafe for PebblesErrorDetails
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