pub struct ExternalCreditLineType1CodeBuilder { /* private fields */ }Expand description
Builder for ExternalCreditLineType1Code.
Implementations§
Source§impl ExternalCreditLineType1CodeBuilder
impl ExternalCreditLineType1CodeBuilder
pub fn value(&mut self, value: String) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<ExternalCreditLineType1Code, ExternalCreditLineType1CodeBuilderError>
pub fn build( &self, ) -> Result<ExternalCreditLineType1Code, ExternalCreditLineType1CodeBuilderError>
Trait Implementations§
Source§impl Clone for ExternalCreditLineType1CodeBuilder
impl Clone for ExternalCreditLineType1CodeBuilder
Source§fn clone(&self) -> ExternalCreditLineType1CodeBuilder
fn clone(&self) -> ExternalCreditLineType1CodeBuilder
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 ExternalCreditLineType1CodeBuilder
impl RefUnwindSafe for ExternalCreditLineType1CodeBuilder
impl Send for ExternalCreditLineType1CodeBuilder
impl Sync for ExternalCreditLineType1CodeBuilder
impl Unpin for ExternalCreditLineType1CodeBuilder
impl UnsafeUnpin for ExternalCreditLineType1CodeBuilder
impl UnwindSafe for ExternalCreditLineType1CodeBuilder
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