pub struct ExternalChequeAgentInstruction1CodeBuilder { /* private fields */ }Expand description
Builder for ExternalChequeAgentInstruction1Code.
Implementations§
Source§impl ExternalChequeAgentInstruction1CodeBuilder
impl ExternalChequeAgentInstruction1CodeBuilder
pub fn value(&mut self, value: String) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<ExternalChequeAgentInstruction1Code, ExternalChequeAgentInstruction1CodeBuilderError>
pub fn build( &self, ) -> Result<ExternalChequeAgentInstruction1Code, ExternalChequeAgentInstruction1CodeBuilderError>
Builds a new ExternalChequeAgentInstruction1Code.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for ExternalChequeAgentInstruction1CodeBuilder
impl Clone for ExternalChequeAgentInstruction1CodeBuilder
Source§fn clone(&self) -> ExternalChequeAgentInstruction1CodeBuilder
fn clone(&self) -> ExternalChequeAgentInstruction1CodeBuilder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExternalChequeAgentInstruction1CodeBuilder
impl RefUnwindSafe for ExternalChequeAgentInstruction1CodeBuilder
impl Send for ExternalChequeAgentInstruction1CodeBuilder
impl Sync for ExternalChequeAgentInstruction1CodeBuilder
impl Unpin for ExternalChequeAgentInstruction1CodeBuilder
impl UnsafeUnpin for ExternalChequeAgentInstruction1CodeBuilder
impl UnwindSafe for ExternalChequeAgentInstruction1CodeBuilder
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