pub struct MockParseProvider {
pub results: Vec<FileData>,
}Expand description
Mock ParseProvider that returns canned FileData for testing.
Fields§
§results: Vec<FileData>Implementations§
Trait Implementations§
Source§impl ParseProvider for MockParseProvider
impl ParseProvider for MockParseProvider
Auto Trait Implementations§
impl Freeze for MockParseProvider
impl RefUnwindSafe for MockParseProvider
impl Send for MockParseProvider
impl Sync for MockParseProvider
impl Unpin for MockParseProvider
impl UnsafeUnpin for MockParseProvider
impl UnwindSafe for MockParseProvider
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