#[non_exhaustive]pub struct PipelineDeletedException { /* private fields */ }Expand description
The specified pipeline has been deleted.
Implementations
sourceimpl PipelineDeletedException
impl PipelineDeletedException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PipelineDeletedException.
Trait Implementations
sourceimpl Clone for PipelineDeletedException
impl Clone for PipelineDeletedException
sourcefn clone(&self) -> PipelineDeletedException
fn clone(&self) -> PipelineDeletedException
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PipelineDeletedException
impl Debug for PipelineDeletedException
sourceimpl Display for PipelineDeletedException
impl Display for PipelineDeletedException
sourceimpl Error for PipelineDeletedException
impl Error for PipelineDeletedException
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<PipelineDeletedException> for PipelineDeletedException
impl PartialEq<PipelineDeletedException> for PipelineDeletedException
sourcefn eq(&self, other: &PipelineDeletedException) -> bool
fn eq(&self, other: &PipelineDeletedException) -> bool
impl StructuralPartialEq for PipelineDeletedException
Auto Trait Implementations
impl RefUnwindSafe for PipelineDeletedException
impl Send for PipelineDeletedException
impl Sync for PipelineDeletedException
impl Unpin for PipelineDeletedException
impl UnwindSafe for PipelineDeletedException
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more