pub struct BicIdentification1Builder { /* private fields */ }
Expand description
Builder for BicIdentification1
.
Implementations§
Source§impl BicIdentification1Builder
impl BicIdentification1Builder
pub fn bic(&mut self, value: BicIdentifier) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<BicIdentification1, BicIdentification1BuilderError>
pub fn build( &self, ) -> Result<BicIdentification1, BicIdentification1BuilderError>
Trait Implementations§
Source§impl Clone for BicIdentification1Builder
impl Clone for BicIdentification1Builder
Source§fn clone(&self) -> BicIdentification1Builder
fn clone(&self) -> BicIdentification1Builder
Returns a copy 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 BicIdentification1Builder
impl RefUnwindSafe for BicIdentification1Builder
impl Send for BicIdentification1Builder
impl Sync for BicIdentification1Builder
impl Unpin for BicIdentification1Builder
impl UnwindSafe for BicIdentification1Builder
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