pub struct FieldsParser { /* private fields */ }Implementations§
Source§impl FieldsParser
 
impl FieldsParser
pub fn new() -> FieldsParser
pub fn parse<__TOKEN: __ToTriple, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, __tokens0: __TOKENS, ) -> Result<Fields, ParseError<usize, Token, LexicalError>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FieldsParser
impl RefUnwindSafe for FieldsParser
impl Send for FieldsParser
impl Sync for FieldsParser
impl Unpin for FieldsParser
impl UnwindSafe for FieldsParser
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