pub struct AuthenticatorServer<'a, S: AsyncRead + AsyncWrite + Send + Unpin> {
pub inner: &'a mut S,
pub alice_public_sign_key: VerifyingKey,
}Fields§
§inner: &'a mut S§alice_public_sign_key: VerifyingKeyImplementations§
Auto Trait Implementations§
impl<'a, S> !UnwindSafe for AuthenticatorServer<'a, S>
impl<'a, S> Freeze for AuthenticatorServer<'a, S>
impl<'a, S> RefUnwindSafe for AuthenticatorServer<'a, S>where
S: RefUnwindSafe,
impl<'a, S> Send for AuthenticatorServer<'a, S>
impl<'a, S> Sync for AuthenticatorServer<'a, S>where
S: Sync,
impl<'a, S> Unpin for AuthenticatorServer<'a, S>
impl<'a, S> UnsafeUnpin for AuthenticatorServer<'a, S>
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