pub struct SettleInfoBuilder { /* private fields */ }Expand description
Builder for SettleInfo.
Implementations§
Source§impl SettleInfoBuilder
impl SettleInfoBuilder
pub fn profit_sharing(&mut self, value: bool) -> &mut Self
Sourcepub fn build(&self) -> Result<SettleInfo, SettleInfoBuilderError>
pub fn build(&self) -> Result<SettleInfo, SettleInfoBuilderError>
Trait Implementations§
Source§impl Clone for SettleInfoBuilder
impl Clone for SettleInfoBuilder
Source§fn clone(&self) -> SettleInfoBuilder
fn clone(&self) -> SettleInfoBuilder
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 SettleInfoBuilder
impl RefUnwindSafe for SettleInfoBuilder
impl Send for SettleInfoBuilder
impl Sync for SettleInfoBuilder
impl Unpin for SettleInfoBuilder
impl UnwindSafe for SettleInfoBuilder
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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