pub enum CompliationErrorHandlingMethod {
Ignore,
Collect,
Panic,
}Variants§
Trait Implementations§
Source§impl Clone for CompliationErrorHandlingMethod
impl Clone for CompliationErrorHandlingMethod
Source§fn clone(&self) -> CompliationErrorHandlingMethod
fn clone(&self) -> CompliationErrorHandlingMethod
Returns a copy 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 PartialEq for CompliationErrorHandlingMethod
impl PartialEq for CompliationErrorHandlingMethod
Source§fn eq(&self, other: &CompliationErrorHandlingMethod) -> bool
fn eq(&self, other: &CompliationErrorHandlingMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CompliationErrorHandlingMethod
impl StructuralPartialEq for CompliationErrorHandlingMethod
Auto Trait Implementations§
impl Freeze for CompliationErrorHandlingMethod
impl RefUnwindSafe for CompliationErrorHandlingMethod
impl Send for CompliationErrorHandlingMethod
impl Sync for CompliationErrorHandlingMethod
impl Unpin for CompliationErrorHandlingMethod
impl UnwindSafe for CompliationErrorHandlingMethod
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