pub enum ErrorDetailCapture {
RedactedSummaryOnly,
FullDetails,
}Variants§
Trait Implementations§
Source§impl Clone for ErrorDetailCapture
impl Clone for ErrorDetailCapture
Source§fn clone(&self) -> ErrorDetailCapture
fn clone(&self) -> ErrorDetailCapture
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 ErrorDetailCapture
impl Debug for ErrorDetailCapture
Source§impl Default for ErrorDetailCapture
impl Default for ErrorDetailCapture
Source§fn default() -> ErrorDetailCapture
fn default() -> ErrorDetailCapture
Returns the “default value” for a type. Read more
Source§impl PartialEq for ErrorDetailCapture
impl PartialEq for ErrorDetailCapture
Source§fn eq(&self, other: &ErrorDetailCapture) -> bool
fn eq(&self, other: &ErrorDetailCapture) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ErrorDetailCapture
impl Eq for ErrorDetailCapture
impl StructuralPartialEq for ErrorDetailCapture
Auto Trait Implementations§
impl Freeze for ErrorDetailCapture
impl RefUnwindSafe for ErrorDetailCapture
impl Send for ErrorDetailCapture
impl Sync for ErrorDetailCapture
impl Unpin for ErrorDetailCapture
impl UnsafeUnpin for ErrorDetailCapture
impl UnwindSafe for ErrorDetailCapture
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