pub struct AnonymousServer { /* private fields */ }
Expand description
A server implementation of the ANONYMOUS authentication mechanism, as described in RFC 4505.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnonymousServer
impl !RefUnwindSafe for AnonymousServer
impl !Send for AnonymousServer
impl !Sync for AnonymousServer
impl Unpin for AnonymousServer
impl !UnwindSafe for AnonymousServer
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