pub struct VppPreprocessor<'ctx> {
pub spans: Vec<VppSpan>,
/* private fields */
}Fields§
§spans: Vec<VppSpan>Implementations§
Trait Implementations§
Source§impl<'src> Preprocessor<'src> for VppPreprocessor<'_>
impl<'src> Preprocessor<'src> for VppPreprocessor<'_>
Auto Trait Implementations§
impl<'ctx> !RefUnwindSafe for VppPreprocessor<'ctx>
impl<'ctx> !UnwindSafe for VppPreprocessor<'ctx>
impl<'ctx> Freeze for VppPreprocessor<'ctx>
impl<'ctx> Send for VppPreprocessor<'ctx>
impl<'ctx> Sync for VppPreprocessor<'ctx>
impl<'ctx> Unpin for VppPreprocessor<'ctx>
impl<'ctx> UnsafeUnpin for VppPreprocessor<'ctx>
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