pub struct AuthenticationControl {
pub authenticator: Authenticator,
pub updates: UpdateSink,
}
Expand description
Authenticator (protocol, credentials, etc.) and message buffer used for client authentication.
Fields§
§authenticator: Authenticator
§updates: UpdateSink
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AuthenticationControl
impl !RefUnwindSafe for AuthenticationControl
impl Send for AuthenticationControl
impl !Sync for AuthenticationControl
impl Unpin for AuthenticationControl
impl !UnwindSafe for AuthenticationControl
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