Struct rusty_parser::ParseResult
source · pub struct ParseResult<Output, It>where
Output: Tuple,
It: InputIteratorTrait,{
pub output: Option<Output>,
pub it: It,
}Fields§
§output: Option<Output>§it: ItTrait Implementations§
Auto Trait Implementations§
impl<Output, It> Freeze for ParseResult<Output, It>
impl<Output, It> RefUnwindSafe for ParseResult<Output, It>where
It: RefUnwindSafe,
Output: RefUnwindSafe,
impl<Output, It> Send for ParseResult<Output, It>
impl<Output, It> Sync for ParseResult<Output, It>
impl<Output, It> Unpin for ParseResult<Output, It>
impl<Output, It> UnwindSafe for ParseResult<Output, It>where
It: UnwindSafe,
Output: UnwindSafe,
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