pub enum RustlsCrypto {
Aws,
Ring,
}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.
Rustls crypto provider selector.
Variants§
Trait Implementations§
Source§impl Clone for RustlsCrypto
impl Clone for RustlsCrypto
Source§fn clone(&self) -> RustlsCrypto
fn clone(&self) -> RustlsCrypto
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 RustlsCrypto
impl RefUnwindSafe for RustlsCrypto
impl Send for RustlsCrypto
impl Sync for RustlsCrypto
impl Unpin for RustlsCrypto
impl UnsafeUnpin for RustlsCrypto
impl UnwindSafe for RustlsCrypto
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