Struct xml_rpc::Fault
[−]
[src]
pub struct Fault {
pub code: i32,
pub message: String,
}Fields
code: i32
message: String
Methods
impl Fault[src]
Trait Implementations
impl Clone for Fault[src]
fn clone(&self) -> Fault[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more