pub struct GenerateIntermediateRequestBuilder { /* private fields */ }
Expand description
Builder for GenerateIntermediateRequest
.
Implementations§
source§impl GenerateIntermediateRequestBuilder
impl GenerateIntermediateRequestBuilder
pub fn mount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn cert_type<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn alt_names<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn common_name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn country<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn exclude_cn_from_sans<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
pub fn format<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn locality<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn key_bits<VALUE: Into<u64>>(&mut self, value: VALUE) -> &mut Self
pub fn key_format<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn ip_sans<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn organization<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn other_sans<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn ou<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn postal_code<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn private_key_format<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn province<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn serial_number<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn street_address<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn uri_sans<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
sourcepub fn build(
&self,
) -> Result<GenerateIntermediateRequest, GenerateIntermediateRequestBuilderError>
pub fn build( &self, ) -> Result<GenerateIntermediateRequest, GenerateIntermediateRequestBuilderError>
Trait Implementations§
source§impl Clone for GenerateIntermediateRequestBuilder
impl Clone for GenerateIntermediateRequestBuilder
source§fn clone(&self) -> GenerateIntermediateRequestBuilder
fn clone(&self) -> GenerateIntermediateRequestBuilder
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 moreAuto Trait Implementations§
impl Freeze for GenerateIntermediateRequestBuilder
impl RefUnwindSafe for GenerateIntermediateRequestBuilder
impl Send for GenerateIntermediateRequestBuilder
impl Sync for GenerateIntermediateRequestBuilder
impl Unpin for GenerateIntermediateRequestBuilder
impl UnwindSafe for GenerateIntermediateRequestBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)