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