pub enum DescribeDhcpOptionsError {}Expand description
Errors returned by DescribeDhcpOptions
Implementations§
Source§impl DescribeDhcpOptionsError
impl DescribeDhcpOptionsError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<DescribeDhcpOptionsError>
Trait Implementations§
Source§impl Debug for DescribeDhcpOptionsError
impl Debug for DescribeDhcpOptionsError
Source§impl Display for DescribeDhcpOptionsError
impl Display for DescribeDhcpOptionsError
Source§impl Error for DescribeDhcpOptionsError
impl Error for DescribeDhcpOptionsError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for DescribeDhcpOptionsError
impl PartialEq for DescribeDhcpOptionsError
impl StructuralPartialEq for DescribeDhcpOptionsError
Auto Trait Implementations§
impl Freeze for DescribeDhcpOptionsError
impl RefUnwindSafe for DescribeDhcpOptionsError
impl Send for DescribeDhcpOptionsError
impl Sync for DescribeDhcpOptionsError
impl Unpin for DescribeDhcpOptionsError
impl UnwindSafe for DescribeDhcpOptionsError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more