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