Struct lexical::parse_integer_options::OptionsBuilder  
source · pub struct OptionsBuilder {}Expand description
Builder for Options.
Implementations§
source§impl OptionsBuilder
 
impl OptionsBuilder
sourcepub const fn new() -> OptionsBuilder
 
pub const fn new() -> OptionsBuilder
Create new options builder with default options.
sourcepub const unsafe fn build_unchecked(&self) -> Options
 
pub const unsafe fn build_unchecked(&self) -> Options
Trait Implementations§
source§impl Clone for OptionsBuilder
 
impl Clone for OptionsBuilder
source§fn clone(&self) -> OptionsBuilder
 
fn clone(&self) -> OptionsBuilder
Returns a copy 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 OptionsBuilder
 
impl Debug for OptionsBuilder
source§impl Default for OptionsBuilder
 
impl Default for OptionsBuilder
source§fn default() -> OptionsBuilder
 
fn default() -> OptionsBuilder
Returns the “default value” for a type. Read more
source§impl Ord for OptionsBuilder
 
impl Ord for OptionsBuilder
source§fn cmp(&self, other: &OptionsBuilder) -> Ordering
 
fn cmp(&self, other: &OptionsBuilder) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for OptionsBuilder
 
impl PartialEq for OptionsBuilder
source§fn eq(&self, other: &OptionsBuilder) -> bool
 
fn eq(&self, other: &OptionsBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd for OptionsBuilder
 
impl PartialOrd for OptionsBuilder
source§fn partial_cmp(&self, other: &OptionsBuilder) -> Option<Ordering>
 
fn partial_cmp(&self, other: &OptionsBuilder) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moreimpl Eq for OptionsBuilder
impl StructuralEq for OptionsBuilder
impl StructuralPartialEq for OptionsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for OptionsBuilder
impl Send for OptionsBuilder
impl Sync for OptionsBuilder
impl Unpin for OptionsBuilder
impl UnwindSafe for OptionsBuilder
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