pub struct ExportKeyRequestBuilder { /* private fields */ }
Expand description
Builder for ExportKeyRequest
.
Implementations§
Source§impl ExportKeyRequestBuilder
impl ExportKeyRequestBuilder
pub fn mount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn key_type<VALUE: Into<ExportKeyType>>( &mut self, value: VALUE, ) -> &mut Self
pub fn name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn version<VALUE: Into<ExportVersion>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(&self) -> Result<ExportKeyRequest, ExportKeyRequestBuilderError>
pub fn build(&self) -> Result<ExportKeyRequest, ExportKeyRequestBuilderError>
Trait Implementations§
Source§impl Clone for ExportKeyRequestBuilder
impl Clone for ExportKeyRequestBuilder
Source§fn clone(&self) -> ExportKeyRequestBuilder
fn clone(&self) -> ExportKeyRequestBuilder
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 ExportKeyRequestBuilder
impl RefUnwindSafe for ExportKeyRequestBuilder
impl Send for ExportKeyRequestBuilder
impl Sync for ExportKeyRequestBuilder
impl Unpin for ExportKeyRequestBuilder
impl UnwindSafe for ExportKeyRequestBuilder
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