pub struct Features { /* private fields */ }Expand description
All the features of standard and solana events as specified
in the wallet standard. These features are contained within a
crate::Wallet struct allowing to check if a wallet supports a certain
feature and also calling the callback functions to make requests to a browser wallet.
Implementations§
Trait Implementations§
impl Eq for Features
Source§impl Ord for Features
impl Ord for Features
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Features
impl PartialOrd for Features
impl StructuralPartialEq for Features
Auto Trait Implementations§
impl !Send for Features
impl !Sync for Features
impl Freeze for Features
impl RefUnwindSafe for Features
impl Unpin for Features
impl UnsafeUnpin for Features
impl UnwindSafe for Features
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