pub struct AuthorizationListItem {
pub address: Acc,
pub chain_id: Int,
pub nonce: Int,
pub r: Int,
pub s: Int,
pub y_parity: Int,
}Fields§
§address: Acc§chain_id: Int§nonce: Int§r: Int§s: Int§y_parity: IntTrait Implementations§
Source§impl Clone for AuthorizationListItem
impl Clone for AuthorizationListItem
Source§fn clone(&self) -> AuthorizationListItem
fn clone(&self) -> AuthorizationListItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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<'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
Auto Trait Implementations§
impl Freeze for AuthorizationListItem
impl RefUnwindSafe for AuthorizationListItem
impl Send for AuthorizationListItem
impl Sync for AuthorizationListItem
impl Unpin for AuthorizationListItem
impl UnsafeUnpin 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