pub struct TlsDescValue { /* private fields */ }Expand description
Two-word TLSDESC value.
Implementations§
Source§impl TlsDescValue
impl TlsDescValue
Trait Implementations§
Source§impl Clone for TlsDescValue
impl Clone for TlsDescValue
Source§fn clone(&self) -> TlsDescValue
fn clone(&self) -> TlsDescValue
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 moreimpl Copy for TlsDescValue
Source§impl Debug for TlsDescValue
impl Debug for TlsDescValue
impl Eq for TlsDescValue
Source§impl PartialEq for TlsDescValue
impl PartialEq for TlsDescValue
impl StructuralPartialEq for TlsDescValue
Auto Trait Implementations§
impl Freeze for TlsDescValue
impl RefUnwindSafe for TlsDescValue
impl Send for TlsDescValue
impl Sync for TlsDescValue
impl Unpin for TlsDescValue
impl UnsafeUnpin for TlsDescValue
impl UnwindSafe for TlsDescValue
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