pub struct RegionError(/* private fields */);Expand description
Error encountered when parsing an AWS region
Trait Implementations§
Source§impl Debug for RegionError
impl Debug for RegionError
Source§impl Display for RegionError
impl Display for RegionError
Source§impl Error for RegionError
impl Error for RegionError
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 From<RegionError> for Error
impl From<RegionError> for Error
Source§fn from(source: RegionError) -> Self
fn from(source: RegionError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RegionError
impl RefUnwindSafe for RegionError
impl Send for RegionError
impl Sync for RegionError
impl Unpin for RegionError
impl UnwindSafe for RegionError
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