pub struct OrgPipelineReleaseSettings {
    pub has_manage_pipeline_policies_permission: Option<bool>,
    pub org_enforce_job_auth_scope: Option<bool>,
}Expand description
Fields§
§has_manage_pipeline_policies_permission: Option<bool>Defines whether user can manage pipeline settings.
org_enforce_job_auth_scope: Option<bool>EnforceJobAuthScope setting at organisaion level. If enabled, scope of access for all release pipelines in the organisation reduces to the current project.
Implementations§
Trait Implementations§
source§impl Clone for OrgPipelineReleaseSettings
 
impl Clone for OrgPipelineReleaseSettings
source§fn clone(&self) -> OrgPipelineReleaseSettings
 
fn clone(&self) -> OrgPipelineReleaseSettings
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 OrgPipelineReleaseSettings
 
impl Debug for OrgPipelineReleaseSettings
source§impl Default for OrgPipelineReleaseSettings
 
impl Default for OrgPipelineReleaseSettings
source§fn default() -> OrgPipelineReleaseSettings
 
fn default() -> OrgPipelineReleaseSettings
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for OrgPipelineReleaseSettings
 
impl<'de> Deserialize<'de> for OrgPipelineReleaseSettings
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 OrgPipelineReleaseSettings
 
impl PartialEq for OrgPipelineReleaseSettings
source§fn eq(&self, other: &OrgPipelineReleaseSettings) -> bool
 
fn eq(&self, other: &OrgPipelineReleaseSettings) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for OrgPipelineReleaseSettings
Auto Trait Implementations§
impl RefUnwindSafe for OrgPipelineReleaseSettings
impl Send for OrgPipelineReleaseSettings
impl Sync for OrgPipelineReleaseSettings
impl Unpin for OrgPipelineReleaseSettings
impl UnwindSafe for OrgPipelineReleaseSettings
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