pub struct SslEchKeys(/* private fields */);Implementations§
Source§impl SslEchKeys
impl SslEchKeys
pub fn builder() -> Result<SslEchKeysBuilder, ErrorStack>
Trait Implementations§
Source§impl AsMut<SslEchKeysRef> for SslEchKeys
impl AsMut<SslEchKeysRef> for SslEchKeys
Source§fn as_mut(&mut self) -> &mut SslEchKeysRef
fn as_mut(&mut self) -> &mut SslEchKeysRef
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<SslEchKeysRef> for SslEchKeys
impl AsRef<SslEchKeysRef> for SslEchKeys
Source§fn as_ref(&self) -> &SslEchKeysRef
fn as_ref(&self) -> &SslEchKeysRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Borrow<SslEchKeysRef> for SslEchKeys
impl Borrow<SslEchKeysRef> for SslEchKeys
Source§fn borrow(&self) -> &SslEchKeysRef
fn borrow(&self) -> &SslEchKeysRef
Immutably borrows from an owned value. Read more
Source§impl BorrowMut<SslEchKeysRef> for SslEchKeys
impl BorrowMut<SslEchKeysRef> for SslEchKeys
Source§fn borrow_mut(&mut self) -> &mut SslEchKeysRef
fn borrow_mut(&mut self) -> &mut SslEchKeysRef
Mutably borrows from an owned value. Read more
Source§impl Deref for SslEchKeys
impl Deref for SslEchKeys
Source§type Target = SslEchKeysRef
type Target = SslEchKeysRef
The resulting type after dereferencing.
Source§fn deref(&self) -> &SslEchKeysRef
fn deref(&self) -> &SslEchKeysRef
Dereferences the value.
Source§impl DerefMut for SslEchKeys
impl DerefMut for SslEchKeys
Source§fn deref_mut(&mut self) -> &mut SslEchKeysRef
fn deref_mut(&mut self) -> &mut SslEchKeysRef
Mutably dereferences the value.
Source§impl Drop for SslEchKeys
impl Drop for SslEchKeys
Source§impl ForeignType for SslEchKeys
impl ForeignType for SslEchKeys
Source§type CType = ssl_ech_keys_st
type CType = ssl_ech_keys_st
The raw C type.
Source§type Ref = SslEchKeysRef
type Ref = SslEchKeysRef
The type representing a reference to this type.
Source§unsafe fn from_ptr(ptr: *mut SSL_ECH_KEYS) -> SslEchKeys
unsafe fn from_ptr(ptr: *mut SSL_ECH_KEYS) -> SslEchKeys
Constructs an instance of this type from its raw type. Read more
Source§fn as_ptr(&self) -> *mut SSL_ECH_KEYS
fn as_ptr(&self) -> *mut SSL_ECH_KEYS
Returns a raw pointer to the wrapped value.
impl Send for SslEchKeys
impl Sync for SslEchKeys
Auto Trait Implementations§
impl Freeze for SslEchKeys
impl RefUnwindSafe for SslEchKeys
impl Unpin for SslEchKeys
impl UnsafeUnpin for SslEchKeys
impl UnwindSafe for SslEchKeys
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