pub struct DeleteSubAccountBodyBuilder { /* private fields */ }
Expand description
Builder for DeleteSubAccountBody
.
Implementations§
Source§impl DeleteSubAccountBodyBuilder
impl DeleteSubAccountBodyBuilder
Sourcepub fn subaccount(&mut self, value: String) -> &mut Self
pub fn subaccount(&mut self, value: String) -> &mut Self
This is the subaccount code
Sourcepub fn build(
&self,
) -> Result<DeleteSubAccountBody, DeleteSubAccountBodyBuilderError>
pub fn build( &self, ) -> Result<DeleteSubAccountBody, DeleteSubAccountBodyBuilderError>
Trait Implementations§
Source§impl Clone for DeleteSubAccountBodyBuilder
impl Clone for DeleteSubAccountBodyBuilder
Source§fn clone(&self) -> DeleteSubAccountBodyBuilder
fn clone(&self) -> DeleteSubAccountBodyBuilder
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 DeleteSubAccountBodyBuilder
impl RefUnwindSafe for DeleteSubAccountBodyBuilder
impl Send for DeleteSubAccountBodyBuilder
impl Sync for DeleteSubAccountBodyBuilder
impl Unpin for DeleteSubAccountBodyBuilder
impl UnwindSafe for DeleteSubAccountBodyBuilder
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