pub struct DefaultConfigPart {
pub certificate_access_id: Option<String>,
pub default_protection_key_id: Option<i64>,
pub default_secret_location: Option<String>,
pub oidc_access_id: Option<String>,
pub saml_access_id: Option<String>,
}Fields§
§certificate_access_id: Option<String>§default_protection_key_id: Option<i64>§default_secret_location: Option<String>§oidc_access_id: Option<String>§saml_access_id: Option<String>Implementations§
Source§impl DefaultConfigPart
impl DefaultConfigPart
pub fn new() -> DefaultConfigPart
Trait Implementations§
Source§impl Clone for DefaultConfigPart
impl Clone for DefaultConfigPart
Source§fn clone(&self) -> DefaultConfigPart
fn clone(&self) -> DefaultConfigPart
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DefaultConfigPart
impl Debug for DefaultConfigPart
Source§impl Default for DefaultConfigPart
impl Default for DefaultConfigPart
Source§fn default() -> DefaultConfigPart
fn default() -> DefaultConfigPart
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DefaultConfigPart
impl<'de> Deserialize<'de> for DefaultConfigPart
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 DefaultConfigPart
impl PartialEq for DefaultConfigPart
Source§fn eq(&self, other: &DefaultConfigPart) -> bool
fn eq(&self, other: &DefaultConfigPart) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DefaultConfigPart
impl Serialize for DefaultConfigPart
impl StructuralPartialEq for DefaultConfigPart
Auto Trait Implementations§
impl Freeze for DefaultConfigPart
impl RefUnwindSafe for DefaultConfigPart
impl Send for DefaultConfigPart
impl Sync for DefaultConfigPart
impl Unpin for DefaultConfigPart
impl UnsafeUnpin for DefaultConfigPart
impl UnwindSafe for DefaultConfigPart
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