pub enum ErrorOption {
StopOnError,
ContinueOnError,
RollbackOnError,
}Available on crate features
ssh or tls only.Variants§
Trait Implementations§
Source§impl Clone for ErrorOption
impl Clone for ErrorOption
Source§fn clone(&self) -> ErrorOption
fn clone(&self) -> ErrorOption
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 ErrorOption
impl Debug for ErrorOption
Source§impl Default for ErrorOption
impl Default for ErrorOption
Source§fn default() -> ErrorOption
fn default() -> ErrorOption
Returns the “default value” for a type. Read more
Source§impl PartialEq for ErrorOption
impl PartialEq for ErrorOption
impl Copy for ErrorOption
impl Eq for ErrorOption
impl StructuralPartialEq for ErrorOption
Auto Trait Implementations§
impl Freeze for ErrorOption
impl RefUnwindSafe for ErrorOption
impl Send for ErrorOption
impl Sync for ErrorOption
impl Unpin for ErrorOption
impl UnwindSafe for ErrorOption
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