pub enum TlsProvider {
Rustls,
NativeTls,
}Available on crate feature
client and (crate features native-tls or rustls-aws or rustls-ring) only.Expand description
TLS backend selection re-exported from pimalaya-stream, feeding
MsgraphClientStdConnectOptions::tls.
TLS backend selector.
Variants§
Trait Implementations§
Source§impl Clone for TlsProvider
impl Clone for TlsProvider
Source§fn clone(&self) -> TlsProvider
fn clone(&self) -> TlsProvider
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TlsProvider
impl RefUnwindSafe for TlsProvider
impl Send for TlsProvider
impl Sync for TlsProvider
impl Unpin for TlsProvider
impl UnsafeUnpin for TlsProvider
impl UnwindSafe for TlsProvider
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