pub struct StructureError { /* private fields */ }
Expand description
Struct to create structure errors with formatted messages
Implementations§
Trait Implementations§
Source§impl CustomErrorFactory for StructureError
impl CustomErrorFactory for StructureError
Source§fn create_error(&self) -> WriteError
fn create_error(&self) -> WriteError
Create an error from this factory
Auto Trait Implementations§
impl Freeze for StructureError
impl RefUnwindSafe for StructureError
impl Send for StructureError
impl Sync for StructureError
impl Unpin for StructureError
impl UnwindSafe for StructureError
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