pub struct DeactivatePipelineOutput {}
Expand description
Contains the output of DeactivatePipeline.
Trait Implementations§
Source§impl Clone for DeactivatePipelineOutput
impl Clone for DeactivatePipelineOutput
Source§fn clone(&self) -> DeactivatePipelineOutput
fn clone(&self) -> DeactivatePipelineOutput
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeactivatePipelineOutput
impl Debug for DeactivatePipelineOutput
Source§impl Default for DeactivatePipelineOutput
impl Default for DeactivatePipelineOutput
Source§fn default() -> DeactivatePipelineOutput
fn default() -> DeactivatePipelineOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeactivatePipelineOutput
impl<'de> Deserialize<'de> for DeactivatePipelineOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeactivatePipelineOutput
impl PartialEq for DeactivatePipelineOutput
impl StructuralPartialEq for DeactivatePipelineOutput
Auto Trait Implementations§
impl Freeze for DeactivatePipelineOutput
impl RefUnwindSafe for DeactivatePipelineOutput
impl Send for DeactivatePipelineOutput
impl Sync for DeactivatePipelineOutput
impl Unpin for DeactivatePipelineOutput
impl UnwindSafe for DeactivatePipelineOutput
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