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