pub enum BlockErrorAction {
ignore,
report,
stop,
}
Variants§
Trait Implementations§
Source§impl Clone for BlockErrorAction
impl Clone for BlockErrorAction
Source§fn clone(&self) -> BlockErrorAction
fn clone(&self) -> BlockErrorAction
Returns a duplicate of the value. Read more
1.0.0 · 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 BlockErrorAction
impl Debug for BlockErrorAction
Source§impl<'de> Deserialize<'de> for BlockErrorAction
impl<'de> Deserialize<'de> for BlockErrorAction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for BlockErrorAction
impl Enum for BlockErrorAction
Source§impl FromStr for BlockErrorAction
impl FromStr for BlockErrorAction
Source§impl Hash for BlockErrorAction
impl Hash for BlockErrorAction
Source§impl Ord for BlockErrorAction
impl Ord for BlockErrorAction
Source§fn cmp(&self, other: &BlockErrorAction) -> Ordering
fn cmp(&self, other: &BlockErrorAction) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BlockErrorAction
impl PartialEq for BlockErrorAction
Source§impl PartialOrd for BlockErrorAction
impl PartialOrd for BlockErrorAction
Source§impl Serialize for BlockErrorAction
impl Serialize for BlockErrorAction
impl Copy for BlockErrorAction
impl Eq for BlockErrorAction
impl StructuralPartialEq for BlockErrorAction
Auto Trait Implementations§
impl Freeze for BlockErrorAction
impl RefUnwindSafe for BlockErrorAction
impl Send for BlockErrorAction
impl Sync for BlockErrorAction
impl Unpin for BlockErrorAction
impl UnwindSafe for BlockErrorAction
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