pub struct CreateKeyRequestBuilder { /* private fields */ }
Expand description
Builder for CreateKeyRequest
.
Implementations§
Source§impl CreateKeyRequestBuilder
impl CreateKeyRequestBuilder
pub fn mount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn signing_algorithm<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn curve<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn id<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(&self) -> Result<CreateKeyRequest, CreateKeyRequestBuilderError>
pub fn build(&self) -> Result<CreateKeyRequest, CreateKeyRequestBuilderError>
Trait Implementations§
Source§impl Clone for CreateKeyRequestBuilder
impl Clone for CreateKeyRequestBuilder
Source§fn clone(&self) -> CreateKeyRequestBuilder
fn clone(&self) -> CreateKeyRequestBuilder
Returns a duplicate 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 CreateKeyRequestBuilder
impl RefUnwindSafe for CreateKeyRequestBuilder
impl Send for CreateKeyRequestBuilder
impl Sync for CreateKeyRequestBuilder
impl Unpin for CreateKeyRequestBuilder
impl UnwindSafe for CreateKeyRequestBuilder
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