pub struct AuthorizationSelection {
pub chain_id: Vec<u64>,
pub address: Vec<Address>,
}
Fields§
§chain_id: Vec<u64>
List of chain ids to match in the transaction authorizationList
address: Vec<Address>
List of addresses to match in the transaction authorizationList
Trait Implementations§
Source§impl Clone for AuthorizationSelection
impl Clone for AuthorizationSelection
Source§fn clone(&self) -> AuthorizationSelection
fn clone(&self) -> AuthorizationSelection
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 AuthorizationSelection
impl Debug for AuthorizationSelection
Source§impl Default for AuthorizationSelection
impl Default for AuthorizationSelection
Source§fn default() -> AuthorizationSelection
fn default() -> AuthorizationSelection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthorizationSelection
impl<'de> Deserialize<'de> for AuthorizationSelection
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 PartialEq for AuthorizationSelection
impl PartialEq for AuthorizationSelection
Source§impl Serialize for AuthorizationSelection
impl Serialize for AuthorizationSelection
impl StructuralPartialEq for AuthorizationSelection
Auto Trait Implementations§
impl Freeze for AuthorizationSelection
impl RefUnwindSafe for AuthorizationSelection
impl Send for AuthorizationSelection
impl Sync for AuthorizationSelection
impl Unpin for AuthorizationSelection
impl UnwindSafe for AuthorizationSelection
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