pub struct SetSecretRequestBuilder { /* private fields */ }
Expand description
Builder for SetSecretRequest
.
Implementations§
source§impl SetSecretRequestBuilder
impl SetSecretRequestBuilder
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 data<VALUE: Into<Value>>(&mut self, value: VALUE) -> &mut Self
pub fn options<VALUE: Into<SetSecretRequestOptions>>( &mut self, value: VALUE, ) -> &mut Self
sourcepub fn build(&self) -> Result<SetSecretRequest, SetSecretRequestBuilderError>
pub fn build(&self) -> Result<SetSecretRequest, SetSecretRequestBuilderError>
Trait Implementations§
source§impl Clone for SetSecretRequestBuilder
impl Clone for SetSecretRequestBuilder
source§fn clone(&self) -> SetSecretRequestBuilder
fn clone(&self) -> SetSecretRequestBuilder
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 SetSecretRequestBuilder
impl RefUnwindSafe for SetSecretRequestBuilder
impl Send for SetSecretRequestBuilder
impl Sync for SetSecretRequestBuilder
impl Unpin for SetSecretRequestBuilder
impl UnwindSafe for SetSecretRequestBuilder
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
)