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