pub struct DeleteSecretVersionsRequestBuilder { /* private fields */ }
Expand description
Builder for DeleteSecretVersionsRequest
.
Implementations§
Source§impl DeleteSecretVersionsRequestBuilder
impl DeleteSecretVersionsRequestBuilder
pub fn mount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn path<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn versions<VALUE: Into<Vec<u64>>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<DeleteSecretVersionsRequest, DeleteSecretVersionsRequestBuilderError>
pub fn build( &self, ) -> Result<DeleteSecretVersionsRequest, DeleteSecretVersionsRequestBuilderError>
Trait Implementations§
Source§impl Clone for DeleteSecretVersionsRequestBuilder
impl Clone for DeleteSecretVersionsRequestBuilder
Source§fn clone(&self) -> DeleteSecretVersionsRequestBuilder
fn clone(&self) -> DeleteSecretVersionsRequestBuilder
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 DeleteSecretVersionsRequestBuilder
impl RefUnwindSafe for DeleteSecretVersionsRequestBuilder
impl Send for DeleteSecretVersionsRequestBuilder
impl Sync for DeleteSecretVersionsRequestBuilder
impl Unpin for DeleteSecretVersionsRequestBuilder
impl UnwindSafe for DeleteSecretVersionsRequestBuilder
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