Struct json_with_comments::de::access::number::NumberBuilder
source · pub struct NumberBuilder { /* private fields */ }
Implementations§
source§impl NumberBuilder
impl NumberBuilder
pub fn new() -> Self
pub fn ty(&self) -> &Number<(), ()>
pub fn build<T: FromNumberBuilder>(self) -> Result<T, T::Err>
pub fn push(&mut self, c: u8)
pub fn extend_from_slice(&mut self, slice: &[u8])
pub fn visit_fraction_dot(&mut self, dot: u8)
pub fn visit_exponent_e(&mut self, exp: u8)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NumberBuilder
impl Send for NumberBuilder
impl Sync for NumberBuilder
impl Unpin for NumberBuilder
impl UnwindSafe for NumberBuilder
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