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