pub enum ExecutionMethod {
SSH,
WebSocket,
}
Expand description
执行方式枚举
Variants§
Trait Implementations§
Source§impl Clone for ExecutionMethod
impl Clone for ExecutionMethod
Source§fn clone(&self) -> ExecutionMethod
fn clone(&self) -> ExecutionMethod
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 ExecutionMethod
impl Debug for ExecutionMethod
Source§impl<'de> Deserialize<'de> for ExecutionMethod
impl<'de> Deserialize<'de> for ExecutionMethod
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 PartialEq for ExecutionMethod
impl PartialEq for ExecutionMethod
Source§impl Serialize for ExecutionMethod
impl Serialize for ExecutionMethod
impl StructuralPartialEq for ExecutionMethod
Auto Trait Implementations§
impl Freeze for ExecutionMethod
impl RefUnwindSafe for ExecutionMethod
impl Send for ExecutionMethod
impl Sync for ExecutionMethod
impl Unpin for ExecutionMethod
impl UnwindSafe for ExecutionMethod
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