pub struct VecSource { /* private fields */ }Expand description
In-memory source of pre-built records — emits Parsed directly, bypassing the parser.
For tests and embedding the engine without a filesystem.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VecSource
impl RefUnwindSafe for VecSource
impl Send for VecSource
impl Sync for VecSource
impl Unpin for VecSource
impl UnsafeUnpin for VecSource
impl UnwindSafe for VecSource
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