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