pub struct NumberParselet {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for NumberParselet
impl RefUnwindSafe for NumberParselet
impl Send for NumberParselet
impl Sync for NumberParselet
impl Unpin for NumberParselet
impl UnwindSafe for NumberParselet
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