Enum soketto::Parsing [−][src]
A parsing result.
Variants
Parsing completed.
Show fields
Fields of Done
Parsing is incomplete and needs more data.
Trait Implementations
Auto Trait Implementations
impl<T, N> RefUnwindSafe for Parsing<T, N> where
N: RefUnwindSafe,
T: RefUnwindSafe,
N: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, N> Send for Parsing<T, N> where
N: Send,
T: Send,
N: Send,
T: Send,
impl<T, N> Sync for Parsing<T, N> where
N: Sync,
T: Sync,
N: Sync,
T: Sync,
impl<T, N> Unpin for Parsing<T, N> where
N: Unpin,
T: Unpin,
N: Unpin,
T: Unpin,
impl<T, N> UnwindSafe for Parsing<T, N> where
N: UnwindSafe,
T: UnwindSafe,
N: UnwindSafe,
T: UnwindSafe,