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: U256Trait 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§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