pub struct EthPersonalSign {
pub message: Binary,
pub signature: Binary,
pub signer: String,
}Fields§
§message: Binary§signature: Binary§signer: StringTrait Implementations§
Source§impl Clone for EthPersonalSign
impl Clone for EthPersonalSign
Source§fn clone(&self) -> EthPersonalSign
fn clone(&self) -> EthPersonalSign
Returns a copy 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 EthPersonalSign
impl Debug for EthPersonalSign
Source§impl PartialEq for EthPersonalSign
impl PartialEq for EthPersonalSign
Source§impl Verifiable for EthPersonalSign
impl Verifiable for EthPersonalSign
impl StructuralPartialEq for EthPersonalSign
Auto Trait Implementations§
impl Freeze for EthPersonalSign
impl RefUnwindSafe for EthPersonalSign
impl Send for EthPersonalSign
impl Sync for EthPersonalSign
impl Unpin for EthPersonalSign
impl UnwindSafe for EthPersonalSign
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