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