pub struct TaggedListRolesStatementBuilder { /* private fields */ }
Expand description
Builder for TaggedListRolesStatement
.
Implementations§
Source§impl TaggedListRolesStatementBuilder
impl TaggedListRolesStatementBuilder
pub fn of(&mut self, value: Tag<Name>) -> &mut Self
pub fn set_no_recursive(&mut self, value: bool) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<TaggedListRolesStatement, TaggedListRolesStatementBuilderError>
pub fn build( &self, ) -> Result<TaggedListRolesStatement, TaggedListRolesStatementBuilderError>
Trait Implementations§
Source§impl Clone for TaggedListRolesStatementBuilder
impl Clone for TaggedListRolesStatementBuilder
Source§fn clone(&self) -> TaggedListRolesStatementBuilder
fn clone(&self) -> TaggedListRolesStatementBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for TaggedListRolesStatementBuilder
impl RefUnwindSafe for TaggedListRolesStatementBuilder
impl Send for TaggedListRolesStatementBuilder
impl Sync for TaggedListRolesStatementBuilder
impl Unpin for TaggedListRolesStatementBuilder
impl UnwindSafe for TaggedListRolesStatementBuilder
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