Struct metasploit_shim::MsfParamWrapper [−][src]
pub struct MsfParamWrapper(_);
Expand description
As the name implies, this is used to wrap the parameters received from API requests. This is done so as to allow for easier retrieval of arguments.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MsfParamWrapper
impl Send for MsfParamWrapper
impl Sync for MsfParamWrapper
impl Unpin for MsfParamWrapper
impl UnwindSafe for MsfParamWrapper