pub struct NextAddressTypeFieldParser { /* private fields */ }Implementations§
Source§impl NextAddressTypeFieldParser
impl NextAddressTypeFieldParser
pub fn new() -> NextAddressTypeFieldParser
pub fn parse<'err, 'input, __TOKEN: __ToTriple<'err, 'input>, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, errors: &'err mut Vec<ParseError>, __tokens0: __TOKENS, ) -> Result<WithMetaData<NodeAddressTypeField>, ParseError<SourcePosition, Token<&'input str>, ParseError>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NextAddressTypeFieldParser
impl RefUnwindSafe for NextAddressTypeFieldParser
impl Send for NextAddressTypeFieldParser
impl Sync for NextAddressTypeFieldParser
impl Unpin for NextAddressTypeFieldParser
impl UnwindSafe for NextAddressTypeFieldParser
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