pub enum CreateDhcpOptionsError {}Expand description
Errors returned by CreateDhcpOptions
Implementations§
Source§impl CreateDhcpOptionsError
impl CreateDhcpOptionsError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<CreateDhcpOptionsError>
Trait Implementations§
Source§impl Debug for CreateDhcpOptionsError
impl Debug for CreateDhcpOptionsError
Source§impl Display for CreateDhcpOptionsError
impl Display for CreateDhcpOptionsError
Source§impl Error for CreateDhcpOptionsError
impl Error for CreateDhcpOptionsError
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 CreateDhcpOptionsError
impl PartialEq for CreateDhcpOptionsError
impl StructuralPartialEq for CreateDhcpOptionsError
Auto Trait Implementations§
impl Freeze for CreateDhcpOptionsError
impl RefUnwindSafe for CreateDhcpOptionsError
impl Send for CreateDhcpOptionsError
impl Sync for CreateDhcpOptionsError
impl Unpin for CreateDhcpOptionsError
impl UnwindSafe for CreateDhcpOptionsError
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