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