pub struct GenerateRootRequestBuilder { /* private fields */ }
Expand description
Builder for GenerateRootRequest
.
Implementations§
source§impl GenerateRootRequestBuilder
impl GenerateRootRequestBuilder
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_type<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn ip_sans<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn max_path_length<VALUE: Into<i32>>(&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 permitted_dns_domains<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 ttl<VALUE: Into<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<GenerateRootRequest, GenerateRootRequestBuilderError>
pub fn build( &self, ) -> Result<GenerateRootRequest, GenerateRootRequestBuilderError>
Trait Implementations§
source§impl Clone for GenerateRootRequestBuilder
impl Clone for GenerateRootRequestBuilder
source§fn clone(&self) -> GenerateRootRequestBuilder
fn clone(&self) -> GenerateRootRequestBuilder
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 GenerateRootRequestBuilder
impl RefUnwindSafe for GenerateRootRequestBuilder
impl Send for GenerateRootRequestBuilder
impl Sync for GenerateRootRequestBuilder
impl Unpin for GenerateRootRequestBuilder
impl UnwindSafe for GenerateRootRequestBuilder
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
)