pub struct SignEvmHashResponse { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for SignEvmHashResponse
impl Clone for SignEvmHashResponse
Source§fn clone(&self) -> SignEvmHashResponse
fn clone(&self) -> SignEvmHashResponse
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 moreSource§impl Debug for SignEvmHashResponse
impl Debug for SignEvmHashResponse
Source§impl Default for SignEvmHashResponse
impl Default for SignEvmHashResponse
Source§impl From<SignEvmHashResponse> for SignEvmHashResponse
impl From<SignEvmHashResponse> for SignEvmHashResponse
Source§fn from(value: SignEvmHashResponse) -> Self
fn from(value: SignEvmHashResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SignEvmHashResponse> for SignEvmHashResponse
impl TryFrom<SignEvmHashResponse> for SignEvmHashResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SignEvmHashResponse) -> Result<Self, ConversionError>
fn try_from(value: SignEvmHashResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SignEvmHashResponse
impl RefUnwindSafe for SignEvmHashResponse
impl Send for SignEvmHashResponse
impl Sync for SignEvmHashResponse
impl Unpin for SignEvmHashResponse
impl UnwindSafe for SignEvmHashResponse
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