pub struct UpdatePipelineResponse {
pub pipeline_arn: Option<String>,
}
Fields§
§pipeline_arn: Option<String>
The Amazon Resource Name (ARN) of the updated pipeline.
Trait Implementations§
Source§impl Clone for UpdatePipelineResponse
impl Clone for UpdatePipelineResponse
Source§fn clone(&self) -> UpdatePipelineResponse
fn clone(&self) -> UpdatePipelineResponse
Returns a duplicate 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 UpdatePipelineResponse
impl Debug for UpdatePipelineResponse
Source§impl Default for UpdatePipelineResponse
impl Default for UpdatePipelineResponse
Source§fn default() -> UpdatePipelineResponse
fn default() -> UpdatePipelineResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdatePipelineResponse
impl<'de> Deserialize<'de> for UpdatePipelineResponse
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 UpdatePipelineResponse
impl PartialEq for UpdatePipelineResponse
impl StructuralPartialEq for UpdatePipelineResponse
Auto Trait Implementations§
impl Freeze for UpdatePipelineResponse
impl RefUnwindSafe for UpdatePipelineResponse
impl Send for UpdatePipelineResponse
impl Sync for UpdatePipelineResponse
impl Unpin for UpdatePipelineResponse
impl UnwindSafe for UpdatePipelineResponse
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