pub struct SerialError {
pub inner: OleanError,
pub context: String,
pub byte_offset: usize,
}Expand description
A structured error with context for serialization failures.
Fields§
§inner: OleanError§context: String§byte_offset: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SerialError
impl !RefUnwindSafe for SerialError
impl Send for SerialError
impl Sync for SerialError
impl Unpin for SerialError
impl UnsafeUnpin for SerialError
impl !UnwindSafe for SerialError
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