Struct metasploit::response::core::threadlist [−][src]
pub struct threadlist {
pub status: String,
pub critical: bool,
pub name: String,
pub started: String,
}Fields
status: Stringcritical: boolname: Stringstarted: StringTrait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for threadlist
impl Send for threadlist
impl Sync for threadlist
impl Unpin for threadlist
impl UnwindSafe for threadlist
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more