pub struct AuthenticationProperties {
pub message: LimitedMessage,
pub timeout: Duration,
}Available on crate feature
client only.Expand description
Proprieties for handling the client authentication/handshake with the server.
Fields§
§message: LimitedMessageThe authentication message.
timeout: DurationThe timeout to wait for a server response.
Auto Trait Implementations§
impl Freeze for AuthenticationProperties
impl RefUnwindSafe for AuthenticationProperties
impl Send for AuthenticationProperties
impl Sync for AuthenticationProperties
impl Unpin for AuthenticationProperties
impl UnwindSafe for AuthenticationProperties
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more