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