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