pub struct DeletePipelineResponse200Data {
pub id: Option<i32>,
}
Fields§
§id: Option<i32>
Deleted Pipeline ID
Implementations§
Trait Implementations§
Source§impl Clone for DeletePipelineResponse200Data
impl Clone for DeletePipelineResponse200Data
Source§fn clone(&self) -> DeletePipelineResponse200Data
fn clone(&self) -> DeletePipelineResponse200Data
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<'de> Deserialize<'de> for DeletePipelineResponse200Data
impl<'de> Deserialize<'de> for DeletePipelineResponse200Data
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 DeletePipelineResponse200Data
impl PartialEq for DeletePipelineResponse200Data
Source§fn eq(&self, other: &DeletePipelineResponse200Data) -> bool
fn eq(&self, other: &DeletePipelineResponse200Data) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeletePipelineResponse200Data
Auto Trait Implementations§
impl Freeze for DeletePipelineResponse200Data
impl RefUnwindSafe for DeletePipelineResponse200Data
impl Send for DeletePipelineResponse200Data
impl Sync for DeletePipelineResponse200Data
impl Unpin for DeletePipelineResponse200Data
impl UnwindSafe for DeletePipelineResponse200Data
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