pub struct DecodeStreamOptions {
pub indent: Option<usize>,
pub strict: Option<bool>,
}Fields§
§indent: Option<usize>§strict: Option<bool>Trait Implementations§
Source§impl Clone for DecodeStreamOptions
impl Clone for DecodeStreamOptions
Source§fn clone(&self) -> DecodeStreamOptions
fn clone(&self) -> DecodeStreamOptions
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 DecodeStreamOptions
impl Debug for DecodeStreamOptions
Source§impl Default for DecodeStreamOptions
impl Default for DecodeStreamOptions
Source§fn default() -> DecodeStreamOptions
fn default() -> DecodeStreamOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DecodeStreamOptions
impl RefUnwindSafe for DecodeStreamOptions
impl Send for DecodeStreamOptions
impl Sync for DecodeStreamOptions
impl Unpin for DecodeStreamOptions
impl UnwindSafe for DecodeStreamOptions
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