pub struct EnvironmentConfigGitLabSettings {
pub enable: Option<bool>,
pub secret: Option<bool>,
pub id: Option<bool>,
pub scope: Option<bool>,
pub auth_endpoint: Option<bool>,
pub token_endpoint: Option<bool>,
pub user_api_endpoint: Option<bool>,
}
Fields§
§enable: Option<bool>
§secret: Option<bool>
§id: Option<bool>
§scope: Option<bool>
§auth_endpoint: Option<bool>
§token_endpoint: Option<bool>
§user_api_endpoint: Option<bool>
Implementations§
Trait Implementations§
Source§impl Clone for EnvironmentConfigGitLabSettings
impl Clone for EnvironmentConfigGitLabSettings
Source§fn clone(&self) -> EnvironmentConfigGitLabSettings
fn clone(&self) -> EnvironmentConfigGitLabSettings
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for EnvironmentConfigGitLabSettings
impl Default for EnvironmentConfigGitLabSettings
Source§fn default() -> EnvironmentConfigGitLabSettings
fn default() -> EnvironmentConfigGitLabSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnvironmentConfigGitLabSettings
impl<'de> Deserialize<'de> for EnvironmentConfigGitLabSettings
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 EnvironmentConfigGitLabSettings
impl PartialEq for EnvironmentConfigGitLabSettings
Source§fn eq(&self, other: &EnvironmentConfigGitLabSettings) -> bool
fn eq(&self, other: &EnvironmentConfigGitLabSettings) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for EnvironmentConfigGitLabSettings
Auto Trait Implementations§
impl Freeze for EnvironmentConfigGitLabSettings
impl RefUnwindSafe for EnvironmentConfigGitLabSettings
impl Send for EnvironmentConfigGitLabSettings
impl Sync for EnvironmentConfigGitLabSettings
impl Unpin for EnvironmentConfigGitLabSettings
impl UnwindSafe for EnvironmentConfigGitLabSettings
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