pub struct LightParseOptions {
pub max_prefix_words: usize,
pub max_prefix_bytes: usize,
pub budgets: ParseBudgets,
}Fields§
§max_prefix_words: usize§max_prefix_bytes: usize§budgets: ParseBudgetsTrait Implementations§
Source§impl Clone for LightParseOptions
impl Clone for LightParseOptions
Source§fn clone(&self) -> LightParseOptions
fn clone(&self) -> LightParseOptions
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 LightParseOptions
impl Debug for LightParseOptions
Source§impl Default for LightParseOptions
impl Default for LightParseOptions
Source§impl PartialEq for LightParseOptions
impl PartialEq for LightParseOptions
impl Copy for LightParseOptions
impl Eq for LightParseOptions
impl StructuralPartialEq for LightParseOptions
Auto Trait Implementations§
impl Freeze for LightParseOptions
impl RefUnwindSafe for LightParseOptions
impl Send for LightParseOptions
impl Sync for LightParseOptions
impl Unpin for LightParseOptions
impl UnsafeUnpin for LightParseOptions
impl UnwindSafe for LightParseOptions
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