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