pub struct SslVersion(/* private fields */);Expand description
See cef_ssl_version_t for more documentation.
Trait Implementations§
Source§impl AsMut<cef_ssl_version_t> for SslVersion
impl AsMut<cef_ssl_version_t> for SslVersion
Source§fn as_mut(&mut self) -> &mut cef_ssl_version_t
fn as_mut(&mut self) -> &mut cef_ssl_version_t
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<cef_ssl_version_t> for SslVersion
impl AsRef<cef_ssl_version_t> for SslVersion
Source§fn as_ref(&self) -> &cef_ssl_version_t
fn as_ref(&self) -> &cef_ssl_version_t
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for SslVersion
impl Clone for SslVersion
Source§fn clone(&self) -> SslVersion
fn clone(&self) -> SslVersion
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SslVersion
impl Debug for SslVersion
Source§impl Default for SslVersion
impl Default for SslVersion
Source§impl From<SslVersion> for cef_ssl_version_t
impl From<SslVersion> for cef_ssl_version_t
Source§fn from(value: SslVersion) -> Self
fn from(value: SslVersion) -> Self
Converts to this type from the input type.
Source§impl From<cef_ssl_version_t> for SslVersion
impl From<cef_ssl_version_t> for SslVersion
Source§fn from(value: cef_ssl_version_t) -> Self
fn from(value: cef_ssl_version_t) -> Self
Converts to this type from the input type.
Source§impl Hash for SslVersion
impl Hash for SslVersion
Source§impl PartialEq for SslVersion
impl PartialEq for SslVersion
impl Copy for SslVersion
impl Eq for SslVersion
impl StructuralPartialEq for SslVersion
Auto Trait Implementations§
impl Freeze for SslVersion
impl RefUnwindSafe for SslVersion
impl Send for SslVersion
impl Sync for SslVersion
impl Unpin for SslVersion
impl UnwindSafe for SslVersion
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