pub struct WhitelistParams {
pub blockchain: Option<String>,
pub label: String,
pub address: String,
pub address_type: String,
pub contract_type: Option<String>,
}Fields§
§blockchain: Option<String>§label: String§address: String§address_type: String§contract_type: Option<String>Trait Implementations§
Source§impl Clone for WhitelistParams
impl Clone for WhitelistParams
Source§fn clone(&self) -> WhitelistParams
fn clone(&self) -> WhitelistParams
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 WhitelistParams
impl Debug for WhitelistParams
Source§impl Default for WhitelistParams
impl Default for WhitelistParams
Source§fn default() -> WhitelistParams
fn default() -> WhitelistParams
Returns the “default value” for a type. Read more
Source§impl PartialEq for WhitelistParams
impl PartialEq for WhitelistParams
Source§impl Serialize for WhitelistParams
impl Serialize for WhitelistParams
impl Eq for WhitelistParams
impl StructuralPartialEq for WhitelistParams
Auto Trait Implementations§
impl Freeze for WhitelistParams
impl RefUnwindSafe for WhitelistParams
impl Send for WhitelistParams
impl Sync for WhitelistParams
impl Unpin for WhitelistParams
impl UnwindSafe for WhitelistParams
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.