#[non_exhaustive]pub struct GetConfigOutputBuilder { /* private fields */ }Expand description
A builder for GetConfigOutput.
Implementations§
source§impl GetConfigOutputBuilder
impl GetConfigOutputBuilder
sourcepub fn config_type(self, input: impl Into<String>) -> Self
pub fn config_type(self, input: impl Into<String>) -> Self
The type of credentials.
sourcepub fn set_config_type(self, input: Option<String>) -> Self
pub fn set_config_type(self, input: Option<String>) -> Self
The type of credentials.
sourcepub fn get_config_type(&self) -> &Option<String>
pub fn get_config_type(&self) -> &Option<String>
The type of credentials.
sourcepub fn config_file(self, input: impl Into<String>) -> Self
pub fn config_file(self, input: impl Into<String>) -> Self
The chrystoki.conf configuration file.
sourcepub fn set_config_file(self, input: Option<String>) -> Self
pub fn set_config_file(self, input: Option<String>) -> Self
The chrystoki.conf configuration file.
sourcepub fn get_config_file(&self) -> &Option<String>
pub fn get_config_file(&self) -> &Option<String>
The chrystoki.conf configuration file.
sourcepub fn config_cred(self, input: impl Into<String>) -> Self
pub fn config_cred(self, input: impl Into<String>) -> Self
The certificate file containing the server.pem files of the HSMs.
sourcepub fn set_config_cred(self, input: Option<String>) -> Self
pub fn set_config_cred(self, input: Option<String>) -> Self
The certificate file containing the server.pem files of the HSMs.
sourcepub fn get_config_cred(&self) -> &Option<String>
pub fn get_config_cred(&self) -> &Option<String>
The certificate file containing the server.pem files of the HSMs.
sourcepub fn build(self) -> GetConfigOutput
pub fn build(self) -> GetConfigOutput
Consumes the builder and constructs a GetConfigOutput.
Trait Implementations§
source§impl Clone for GetConfigOutputBuilder
impl Clone for GetConfigOutputBuilder
source§fn clone(&self) -> GetConfigOutputBuilder
fn clone(&self) -> GetConfigOutputBuilder
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 GetConfigOutputBuilder
impl Debug for GetConfigOutputBuilder
source§impl Default for GetConfigOutputBuilder
impl Default for GetConfigOutputBuilder
source§fn default() -> GetConfigOutputBuilder
fn default() -> GetConfigOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetConfigOutputBuilder
impl PartialEq for GetConfigOutputBuilder
source§fn eq(&self, other: &GetConfigOutputBuilder) -> bool
fn eq(&self, other: &GetConfigOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetConfigOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetConfigOutputBuilder
impl Send for GetConfigOutputBuilder
impl Sync for GetConfigOutputBuilder
impl Unpin for GetConfigOutputBuilder
impl UnwindSafe for GetConfigOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.