pub struct EndTransactionRequestedEventParamsBuilder { /* private fields */ }Expand description
Builder for EndTransactionRequestedEventParams.
Implementations§
Source§impl EndTransactionRequestedEventParamsBuilder
impl EndTransactionRequestedEventParamsBuilder
pub fn request_id(&mut self, value: String) -> &mut Self
pub fn handle(&mut self, value: JsUInt) -> &mut Self
pub fn disposition(&mut self, value: Disposition) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<EndTransactionRequestedEventParams, EndTransactionRequestedEventParamsBuilderError>
pub fn build( &self, ) -> Result<EndTransactionRequestedEventParams, EndTransactionRequestedEventParamsBuilderError>
Builds a new EndTransactionRequestedEventParams.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for EndTransactionRequestedEventParamsBuilder
impl Clone for EndTransactionRequestedEventParamsBuilder
Source§fn clone(&self) -> EndTransactionRequestedEventParamsBuilder
fn clone(&self) -> EndTransactionRequestedEventParamsBuilder
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 EndTransactionRequestedEventParamsBuilder
impl RefUnwindSafe for EndTransactionRequestedEventParamsBuilder
impl Send for EndTransactionRequestedEventParamsBuilder
impl Sync for EndTransactionRequestedEventParamsBuilder
impl Unpin for EndTransactionRequestedEventParamsBuilder
impl UnsafeUnpin for EndTransactionRequestedEventParamsBuilder
impl UnwindSafe for EndTransactionRequestedEventParamsBuilder
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