pub struct EthereumSignRequestBuilder { /* private fields */ }
Expand description
Builder for EthereumSignRequest
.
Implementations§
Source§impl EthereumSignRequestBuilder
impl EthereumSignRequestBuilder
pub fn mount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn address<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn data<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<EthereumSignRequest, EthereumSignRequestBuilderError>
pub fn build( &self, ) -> Result<EthereumSignRequest, EthereumSignRequestBuilderError>
Trait Implementations§
Source§impl Clone for EthereumSignRequestBuilder
impl Clone for EthereumSignRequestBuilder
Source§fn clone(&self) -> EthereumSignRequestBuilder
fn clone(&self) -> EthereumSignRequestBuilder
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 EthereumSignRequestBuilder
impl RefUnwindSafe for EthereumSignRequestBuilder
impl Send for EthereumSignRequestBuilder
impl Sync for EthereumSignRequestBuilder
impl Unpin for EthereumSignRequestBuilder
impl UnwindSafe for EthereumSignRequestBuilder
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