pub struct SingleWallet { /* private fields */ }Implementations§
Source§impl SingleWallet
impl SingleWallet
pub fn credential(&self) -> Credential
pub fn match_credential(&self, h: &Ed25519KeyHash) -> Option<()>
Auto Trait Implementations§
impl Freeze for SingleWallet
impl RefUnwindSafe for SingleWallet
impl Send for SingleWallet
impl Sync for SingleWallet
impl Unpin for SingleWallet
impl UnwindSafe for SingleWallet
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