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