enum AsyncParseState {
Initial,
InDocument,
BetweenDocuments,
Complete,
}Variants§
Trait Implementations§
Source§impl Clone for AsyncParseState
impl Clone for AsyncParseState
Source§fn clone(&self) -> AsyncParseState
fn clone(&self) -> AsyncParseState
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 AsyncParseState
impl Debug for AsyncParseState
Source§impl PartialEq for AsyncParseState
impl PartialEq for AsyncParseState
impl StructuralPartialEq for AsyncParseState
Auto Trait Implementations§
impl Freeze for AsyncParseState
impl RefUnwindSafe for AsyncParseState
impl Send for AsyncParseState
impl Sync for AsyncParseState
impl Unpin for AsyncParseState
impl UnwindSafe for AsyncParseState
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