#[repr(C)]pub struct aws_tls_key_operation { /* private fields */ }
Expand description
A struct containing all of the data needed for a private key operation when making a mutual TLS connection. This struct contains the data that needs to be operated on, like performing a sign operation or a decrypt operation.
Trait Implementations
sourceimpl Clone for aws_tls_key_operation
impl Clone for aws_tls_key_operation
sourcefn clone(&self) -> aws_tls_key_operation
fn clone(&self) -> aws_tls_key_operation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for aws_tls_key_operation
impl Debug for aws_tls_key_operation
impl Copy for aws_tls_key_operation
Auto Trait Implementations
impl RefUnwindSafe for aws_tls_key_operation
impl Send for aws_tls_key_operation
impl Sync for aws_tls_key_operation
impl Unpin for aws_tls_key_operation
impl UnwindSafe for aws_tls_key_operation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more