Struct azure_sdk_rust::azure::core::errors::UnexpectedHTTPResult
[−]
[src]
pub struct UnexpectedHTTPResult { /* fields omitted */ }
Methods
impl UnexpectedHTTPResult
[src]
fn new(expected: StatusCode,
received: StatusCode,
body: &str)
-> UnexpectedHTTPResult
received: StatusCode,
body: &str)
-> UnexpectedHTTPResult
Trait Implementations
impl Debug for UnexpectedHTTPResult
[src]
impl Clone for UnexpectedHTTPResult
[src]
fn clone(&self) -> UnexpectedHTTPResult
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for UnexpectedHTTPResult
[src]
fn eq(&self, __arg_0: &UnexpectedHTTPResult) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &UnexpectedHTTPResult) -> bool
This method tests for !=
.