#[repr(C)]pub struct aws_tls_negotiated_protocol_message {
pub protocol: aws_byte_buf,
}
Fields
protocol: aws_byte_buf
Trait Implementations
sourceimpl Clone for aws_tls_negotiated_protocol_message
impl Clone for aws_tls_negotiated_protocol_message
sourcefn clone(&self) -> aws_tls_negotiated_protocol_message
fn clone(&self) -> aws_tls_negotiated_protocol_message
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 PartialEq<aws_tls_negotiated_protocol_message> for aws_tls_negotiated_protocol_message
impl PartialEq<aws_tls_negotiated_protocol_message> for aws_tls_negotiated_protocol_message
sourcefn eq(&self, other: &aws_tls_negotiated_protocol_message) -> bool
fn eq(&self, other: &aws_tls_negotiated_protocol_message) -> bool
impl Copy for aws_tls_negotiated_protocol_message
impl Eq for aws_tls_negotiated_protocol_message
impl StructuralEq for aws_tls_negotiated_protocol_message
impl StructuralPartialEq for aws_tls_negotiated_protocol_message
Auto Trait Implementations
impl RefUnwindSafe for aws_tls_negotiated_protocol_message
impl !Send for aws_tls_negotiated_protocol_message
impl !Sync for aws_tls_negotiated_protocol_message
impl Unpin for aws_tls_negotiated_protocol_message
impl UnwindSafe for aws_tls_negotiated_protocol_message
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