pub struct SetStaticRoleRequestBuilder { /* private fields */ }
Expand description
Builder for SetStaticRoleRequest
.
Implementations§
Source§impl SetStaticRoleRequestBuilder
impl SetStaticRoleRequestBuilder
pub fn mount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn db_name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn username<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn rotation_period<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn rotation_statements<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<SetStaticRoleRequest, SetStaticRoleRequestBuilderError>
pub fn build( &self, ) -> Result<SetStaticRoleRequest, SetStaticRoleRequestBuilderError>
Trait Implementations§
Source§impl Clone for SetStaticRoleRequestBuilder
impl Clone for SetStaticRoleRequestBuilder
Source§fn clone(&self) -> SetStaticRoleRequestBuilder
fn clone(&self) -> SetStaticRoleRequestBuilder
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 SetStaticRoleRequestBuilder
impl RefUnwindSafe for SetStaticRoleRequestBuilder
impl Send for SetStaticRoleRequestBuilder
impl Sync for SetStaticRoleRequestBuilder
impl Unpin for SetStaticRoleRequestBuilder
impl UnwindSafe for SetStaticRoleRequestBuilder
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