Struct rustls::NoClientAuth[][src]

pub struct NoClientAuth;

Turns off client authentication.

Methods

impl NoClientAuth
[src]

Constructs a NoClientAuth and wraps it in an Arc.

Auto Trait Implementations