Struct azure_devops_rust_api::release::models::PipelineProcess
source · pub struct PipelineProcess {
pub type_: Option<Type>,
}
Expand description
Fields§
§type_: Option<Type>
Pipeline process type.
Implementations§
Trait Implementations§
source§impl Clone for PipelineProcess
impl Clone for PipelineProcess
source§fn clone(&self) -> PipelineProcess
fn clone(&self) -> PipelineProcess
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 PipelineProcess
impl Debug for PipelineProcess
source§impl Default for PipelineProcess
impl Default for PipelineProcess
source§fn default() -> PipelineProcess
fn default() -> PipelineProcess
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PipelineProcess
impl<'de> Deserialize<'de> for PipelineProcess
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 PipelineProcess
impl PartialEq for PipelineProcess
source§fn eq(&self, other: &PipelineProcess) -> bool
fn eq(&self, other: &PipelineProcess) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PipelineProcess
impl Serialize for PipelineProcess
impl StructuralPartialEq for PipelineProcess
Auto Trait Implementations§
impl Freeze for PipelineProcess
impl RefUnwindSafe for PipelineProcess
impl Send for PipelineProcess
impl Sync for PipelineProcess
impl Unpin for PipelineProcess
impl UnwindSafe for PipelineProcess
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