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