pub struct WalletFilter<'wallet, W: WalletProvider + ?Sized> { /* private fields */ }Implementations§
Source§impl<'wallet, W: WalletProvider + ?Sized> WalletFilter<'wallet, W>
impl<'wallet, W: WalletProvider + ?Sized> WalletFilter<'wallet, W>
pub fn new(wallet: &'wallet W, filter: Filter) -> WalletFilter<'wallet, W>
Trait Implementations§
Source§impl<W: WalletProvider + ?Sized> AssignmentsFilter for WalletFilter<'_, W>
impl<W: WalletProvider + ?Sized> AssignmentsFilter for WalletFilter<'_, W>
Source§impl<W: WalletProvider + ?Sized> Clone for WalletFilter<'_, W>
impl<W: WalletProvider + ?Sized> Clone for WalletFilter<'_, W>
impl<W: WalletProvider + ?Sized> Copy for WalletFilter<'_, W>
Auto Trait Implementations§
impl<'wallet, W> Freeze for WalletFilter<'wallet, W>where
W: ?Sized,
impl<'wallet, W> RefUnwindSafe for WalletFilter<'wallet, W>where
W: RefUnwindSafe + ?Sized,
impl<'wallet, W> Send for WalletFilter<'wallet, W>
impl<'wallet, W> Sync for WalletFilter<'wallet, W>
impl<'wallet, W> Unpin for WalletFilter<'wallet, W>where
W: ?Sized,
impl<'wallet, W> UnwindSafe for WalletFilter<'wallet, W>where
W: RefUnwindSafe + ?Sized,
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