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