pub enum RemoteExecTool {
SmbExec,
PsExec,
}Expand description
One standalone remote execution workflow.
Variants§
Trait Implementations§
Source§impl Clone for RemoteExecTool
impl Clone for RemoteExecTool
Source§fn clone(&self) -> RemoteExecTool
fn clone(&self) -> RemoteExecTool
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 RemoteExecTool
impl Debug for RemoteExecTool
Source§impl PartialEq for RemoteExecTool
impl PartialEq for RemoteExecTool
impl Copy for RemoteExecTool
impl Eq for RemoteExecTool
impl StructuralPartialEq for RemoteExecTool
Auto Trait Implementations§
impl Freeze for RemoteExecTool
impl RefUnwindSafe for RemoteExecTool
impl Send for RemoteExecTool
impl Sync for RemoteExecTool
impl Unpin for RemoteExecTool
impl UnsafeUnpin for RemoteExecTool
impl UnwindSafe for RemoteExecTool
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