pub struct CefStringMap(/* private fields */);Expand description
See _cef_string_map_t for more documentation.
Implementations§
Trait Implementations§
Source§impl Debug for CefStringMap
impl Debug for CefStringMap
Source§impl Default for CefStringMap
impl Default for CefStringMap
Source§impl Drop for CefStringMap
impl Drop for CefStringMap
Source§impl From<&CefStringMap> for *const _cef_string_map_t
impl From<&CefStringMap> for *const _cef_string_map_t
Source§fn from(value: &CefStringMap) -> Self
fn from(value: &CefStringMap) -> Self
Converts to this type from the input type.
Source§impl From<&mut CefStringMap> for *mut _cef_string_map_t
impl From<&mut CefStringMap> for *mut _cef_string_map_t
Source§fn from(value: &mut CefStringMap) -> Self
fn from(value: &mut CefStringMap) -> Self
Converts to this type from the input type.
Source§impl From<*const _cef_string_map_t> for CefStringMap
impl From<*const _cef_string_map_t> for CefStringMap
Source§fn from(value: *const _cef_string_map_t) -> Self
fn from(value: *const _cef_string_map_t) -> Self
Converts to this type from the input type.
Source§impl From<*mut _cef_string_map_t> for CefStringMap
impl From<*mut _cef_string_map_t> for CefStringMap
Source§fn from(value: *mut _cef_string_map_t) -> Self
fn from(value: *mut _cef_string_map_t) -> Self
Converts to this type from the input type.
Source§impl From<CefStringMap> for _cef_string_map_t
impl From<CefStringMap> for _cef_string_map_t
Source§fn from(value: CefStringMap) -> Self
fn from(value: CefStringMap) -> Self
Converts to this type from the input type.
Source§impl From<_cef_string_map_t> for CefStringMap
impl From<_cef_string_map_t> for CefStringMap
Source§fn from(value: _cef_string_map_t) -> Self
fn from(value: _cef_string_map_t) -> Self
Converts to this type from the input type.
Source§impl IntoIterator for CefStringMap
impl IntoIterator for CefStringMap
Auto Trait Implementations§
impl Freeze for CefStringMap
impl RefUnwindSafe for CefStringMap
impl !Send for CefStringMap
impl !Sync for CefStringMap
impl Unpin for CefStringMap
impl UnwindSafe for CefStringMap
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