pub struct GenerationErrorContext { /* private fields */ }Expand description
Structured generation-error context.
Implementations§
Trait Implementations§
Source§impl Clone for GenerationErrorContext
impl Clone for GenerationErrorContext
Source§fn clone(&self) -> GenerationErrorContext
fn clone(&self) -> GenerationErrorContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GenerationErrorContext
impl Debug for GenerationErrorContext
Source§impl PartialEq for GenerationErrorContext
impl PartialEq for GenerationErrorContext
Source§fn eq(&self, other: &GenerationErrorContext) -> bool
fn eq(&self, other: &GenerationErrorContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for GenerationErrorContext
impl StructuralPartialEq for GenerationErrorContext
Auto Trait Implementations§
impl Freeze for GenerationErrorContext
impl RefUnwindSafe for GenerationErrorContext
impl Send for GenerationErrorContext
impl Sync for GenerationErrorContext
impl Unpin for GenerationErrorContext
impl UnsafeUnpin for GenerationErrorContext
impl UnwindSafe for GenerationErrorContext
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