pub struct PostExecuteRequestBuilder { /* private fields */ }Expand description
Dependency-free builder for [#struct_name].
Implementations§
Source§impl PostExecuteRequestBuilder
impl PostExecuteRequestBuilder
Sourcepub fn new(request_id: String, signed_transaction: String) -> Self
pub fn new(request_id: String, signed_transaction: String) -> Self
Start a builder with every required wire field.
Sourcepub fn last_valid_block_height(self, last_valid_block_height: String) -> Self
pub fn last_valid_block_height(self, last_valid_block_height: String) -> Self
Set the optional lastValidBlockHeight request field.
Sourcepub fn build(self) -> PostExecuteRequest
pub fn build(self) -> PostExecuteRequest
Finish building the request model.
Trait Implementations§
Source§impl Clone for PostExecuteRequestBuilder
impl Clone for PostExecuteRequestBuilder
Source§fn clone(&self) -> PostExecuteRequestBuilder
fn clone(&self) -> PostExecuteRequestBuilder
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 PostExecuteRequestBuilder
impl RefUnwindSafe for PostExecuteRequestBuilder
impl Send for PostExecuteRequestBuilder
impl Sync for PostExecuteRequestBuilder
impl Unpin for PostExecuteRequestBuilder
impl UnsafeUnpin for PostExecuteRequestBuilder
impl UnwindSafe for PostExecuteRequestBuilder
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