pub struct ReverseShellOptions {
pub lhost: String,
pub lport: u16,
pub format: String,
}Fields§
§lhost: String§lport: u16§format: StringImplementations§
Trait Implementations§
Source§impl Clone for ReverseShellOptions
impl Clone for ReverseShellOptions
Source§fn clone(&self) -> ReverseShellOptions
fn clone(&self) -> ReverseShellOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReverseShellOptions
impl Debug for ReverseShellOptions
Source§impl Default for ReverseShellOptions
impl Default for ReverseShellOptions
Source§fn default() -> ReverseShellOptions
fn default() -> ReverseShellOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReverseShellOptions
impl RefUnwindSafe for ReverseShellOptions
impl Send for ReverseShellOptions
impl Sync for ReverseShellOptions
impl Unpin for ReverseShellOptions
impl UnsafeUnpin for ReverseShellOptions
impl UnwindSafe for ReverseShellOptions
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