Struct primitives::transaction::AuthorizationListItem
source · pub struct AuthorizationListItem {
pub chain_id: U256,
pub address: Address,
pub nonce: u64,
pub y_parity: u8,
pub r: U256,
pub s: U256,
}
Fields§
§chain_id: U256
§address: Address
§nonce: u64
§y_parity: u8
§r: U256
§s: U256
Trait Implementations§
source§impl Clone for AuthorizationListItem
impl Clone for AuthorizationListItem
source§fn clone(&self) -> AuthorizationListItem
fn clone(&self) -> AuthorizationListItem
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 AuthorizationListItem
impl Debug for AuthorizationListItem
source§impl Decodable for AuthorizationListItem
impl Decodable for AuthorizationListItem
source§impl<'de> Deserialize<'de> for AuthorizationListItem
impl<'de> Deserialize<'de> for AuthorizationListItem
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Encodable for AuthorizationListItem
impl Encodable for AuthorizationListItem
source§impl PartialEq for AuthorizationListItem
impl PartialEq for AuthorizationListItem
source§fn eq(&self, other: &AuthorizationListItem) -> bool
fn eq(&self, other: &AuthorizationListItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AuthorizationListItem
impl Serialize for AuthorizationListItem
impl Eq for AuthorizationListItem
impl StructuralPartialEq for AuthorizationListItem
Auto Trait Implementations§
impl Freeze for AuthorizationListItem
impl RefUnwindSafe for AuthorizationListItem
impl Send for AuthorizationListItem
impl Sync for AuthorizationListItem
impl Unpin for AuthorizationListItem
impl UnwindSafe for AuthorizationListItem
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