pub struct Ed25519Vault { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ed25519Vault
impl RefUnwindSafe for Ed25519Vault
impl Send for Ed25519Vault
impl Sync for Ed25519Vault
impl Unpin for Ed25519Vault
impl UnwindSafe for Ed25519Vault
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