pub struct MemberParser { /* private fields */ }Implementations§
Source§impl MemberParser
impl MemberParser
pub fn new() -> MemberParser
pub fn parse<'input>( &self, input: &'input str, ) -> Result<Box<Expression>, ParseError<usize, Token<'input>, &'static str>>
Auto Trait Implementations§
impl !Freeze for MemberParser
impl !RefUnwindSafe for MemberParser
impl Send for MemberParser
impl Sync for MemberParser
impl Unpin for MemberParser
impl UnsafeUnpin for MemberParser
impl UnwindSafe for MemberParser
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