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