pub struct Ed25519Authenticator { /* private fields */ }Expand description
Ed25519-based authenticator using loaded credentials.
Implementations§
Source§impl Ed25519Authenticator
impl Ed25519Authenticator
pub fn new(creds: NodeCredentials) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ed25519Authenticator
impl RefUnwindSafe for Ed25519Authenticator
impl Send for Ed25519Authenticator
impl Sync for Ed25519Authenticator
impl Unpin for Ed25519Authenticator
impl UnwindSafe for Ed25519Authenticator
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