pub enum ProtectedErrorAction {
Continue,
Break,
}Variants§
Trait Implementations§
Source§impl Clone for ProtectedErrorAction
impl Clone for ProtectedErrorAction
Source§fn clone(&self) -> ProtectedErrorAction
fn clone(&self) -> ProtectedErrorAction
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 ProtectedErrorAction
Source§impl Debug for ProtectedErrorAction
impl Debug for ProtectedErrorAction
impl Eq for ProtectedErrorAction
Source§impl PartialEq for ProtectedErrorAction
impl PartialEq for ProtectedErrorAction
impl StructuralPartialEq for ProtectedErrorAction
Auto Trait Implementations§
impl Freeze for ProtectedErrorAction
impl RefUnwindSafe for ProtectedErrorAction
impl Send for ProtectedErrorAction
impl Sync for ProtectedErrorAction
impl Unpin for ProtectedErrorAction
impl UnsafeUnpin for ProtectedErrorAction
impl UnwindSafe for ProtectedErrorAction
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