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