pub struct UpdatePipelineNotificationsResponse {
pub pipeline: Option<Pipeline>,
}
Expand description
The UpdatePipelineNotificationsResponse
structure.
Fields§
§pipeline: Option<Pipeline>
A section of the response body that provides information about the pipeline associated with this notification.
Trait Implementations§
Source§impl Clone for UpdatePipelineNotificationsResponse
impl Clone for UpdatePipelineNotificationsResponse
Source§fn clone(&self) -> UpdatePipelineNotificationsResponse
fn clone(&self) -> UpdatePipelineNotificationsResponse
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 Default for UpdatePipelineNotificationsResponse
impl Default for UpdatePipelineNotificationsResponse
Source§fn default() -> UpdatePipelineNotificationsResponse
fn default() -> UpdatePipelineNotificationsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdatePipelineNotificationsResponse
impl<'de> Deserialize<'de> for UpdatePipelineNotificationsResponse
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 UpdatePipelineNotificationsResponse
impl PartialEq for UpdatePipelineNotificationsResponse
Source§fn eq(&self, other: &UpdatePipelineNotificationsResponse) -> bool
fn eq(&self, other: &UpdatePipelineNotificationsResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UpdatePipelineNotificationsResponse
Auto Trait Implementations§
impl Freeze for UpdatePipelineNotificationsResponse
impl RefUnwindSafe for UpdatePipelineNotificationsResponse
impl Send for UpdatePipelineNotificationsResponse
impl Sync for UpdatePipelineNotificationsResponse
impl Unpin for UpdatePipelineNotificationsResponse
impl UnwindSafe for UpdatePipelineNotificationsResponse
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