pub struct BrowserWalletInfoFeatures(/* private fields */);Implementations§
Source§impl BrowserWalletInfoFeatures
impl BrowserWalletInfoFeatures
pub fn add_feature<T: FeatureFromJs>(&self, feature: &T)
Trait Implementations§
Source§impl Clone for BrowserWalletInfoFeatures
impl Clone for BrowserWalletInfoFeatures
Source§fn clone(&self) -> BrowserWalletInfoFeatures
fn clone(&self) -> BrowserWalletInfoFeatures
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 BrowserWalletInfoFeatures
impl Debug for BrowserWalletInfoFeatures
Source§impl Default for BrowserWalletInfoFeatures
impl Default for BrowserWalletInfoFeatures
Source§fn default() -> BrowserWalletInfoFeatures
fn default() -> BrowserWalletInfoFeatures
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BrowserWalletInfoFeatures
impl<'de> Deserialize<'de> for BrowserWalletInfoFeatures
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 BrowserWalletInfoFeatures
impl RefUnwindSafe for BrowserWalletInfoFeatures
impl !Send for BrowserWalletInfoFeatures
impl !Sync for BrowserWalletInfoFeatures
impl Unpin for BrowserWalletInfoFeatures
impl UnwindSafe for BrowserWalletInfoFeatures
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