pub enum ParseControl {
Continue,
Stop,
}Variants§
Auto Trait Implementations§
impl Freeze for ParseControl
impl RefUnwindSafe for ParseControl
impl Send for ParseControl
impl Sync for ParseControl
impl Unpin for ParseControl
impl UnwindSafe for ParseControl
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