pub struct ErrorSuppression { /* private fields */ }Implementations§
Source§impl ErrorSuppression
impl ErrorSuppression
pub fn error_suppression() -> Self
Source§impl ErrorSuppression
impl ErrorSuppression
pub fn error_suppression_error_suppression(&self) -> Value
Source§impl ErrorSuppression
impl ErrorSuppression
pub fn error_suppression_or_else( &self, other: &ErrorSuppression, ) -> ErrorSuppression
Source§impl ErrorSuppression
impl ErrorSuppression
pub fn error_suppression_value(&self) -> Value
Trait Implementations§
Source§impl Clone for ErrorSuppression
impl Clone for ErrorSuppression
Source§fn clone(&self) -> ErrorSuppression
fn clone(&self) -> ErrorSuppression
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 moreimpl Copy for ErrorSuppression
Source§impl Debug for ErrorSuppression
impl Debug for ErrorSuppression
Source§impl Default for ErrorSuppression
impl Default for ErrorSuppression
impl Eq for ErrorSuppression
Source§impl From<ErrorSuppression> for Value
impl From<ErrorSuppression> for Value
Source§fn from(suppression: ErrorSuppression) -> Self
fn from(suppression: ErrorSuppression) -> Self
Converts to this type from the input type.
Source§impl From<Value> for ErrorSuppression
impl From<Value> for ErrorSuppression
Source§impl Hash for ErrorSuppression
impl Hash for ErrorSuppression
Source§impl PartialEq for ErrorSuppression
impl PartialEq for ErrorSuppression
Source§fn eq(&self, other: &ErrorSuppression) -> bool
fn eq(&self, other: &ErrorSuppression) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for ErrorSuppression
impl StructuralPartialEq for ErrorSuppression
impl Sync for ErrorSuppression
Auto Trait Implementations§
impl Freeze for ErrorSuppression
impl RefUnwindSafe for ErrorSuppression
impl Unpin for ErrorSuppression
impl UnsafeUnpin for ErrorSuppression
impl UnwindSafe for ErrorSuppression
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