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