Enum rdbg_client::MsgPayload
source · Expand description
The payload as sent by the remote program - this can either be a string message or a list of expressions and their values
Variants§
Message(String)
A formatted string
Values(Vec<(String, String)>)
A list of name/value pairs from expressions
Trait Implementations§
source§impl Clone for MsgPayload
impl Clone for MsgPayload
source§fn clone(&self) -> MsgPayload
fn clone(&self) -> MsgPayload
Returns a copy 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 more