pub struct CryptoOptions {
pub chains: Option<Vec<String>>,
pub tokens: Option<Vec<String>>,
}Fields§
§chains: Option<Vec<String>>§tokens: Option<Vec<String>>Implementations§
Source§impl CryptoOptions
impl CryptoOptions
pub fn new() -> CryptoOptions
Trait Implementations§
Source§impl Clone for CryptoOptions
impl Clone for CryptoOptions
Source§fn clone(&self) -> CryptoOptions
fn clone(&self) -> CryptoOptions
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 CryptoOptions
impl Debug for CryptoOptions
Source§impl Default for CryptoOptions
impl Default for CryptoOptions
Source§fn default() -> CryptoOptions
fn default() -> CryptoOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CryptoOptions
impl<'de> Deserialize<'de> for CryptoOptions
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 CryptoOptions
impl PartialEq for CryptoOptions
Source§impl Serialize for CryptoOptions
impl Serialize for CryptoOptions
impl StructuralPartialEq for CryptoOptions
Auto Trait Implementations§
impl Freeze for CryptoOptions
impl RefUnwindSafe for CryptoOptions
impl Send for CryptoOptions
impl Sync for CryptoOptions
impl Unpin for CryptoOptions
impl UnsafeUnpin for CryptoOptions
impl UnwindSafe for CryptoOptions
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