Struct json_api::doc::error::Source
[−]
[src]
pub struct Source {
pub pointer: Option<String>,
pub parameter: Option<String>,
// some fields omitted
}Fields
pointer: Option<String>
parameter: Option<String>
Trait Implementations
impl Clone for Source[src]
fn clone(&self) -> Source[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