enum LitBlocks {
plain(BlockSplitter),
ctx(ContextBlockSplitter),
}
Variants§
plain(BlockSplitter)
ctx(ContextBlockSplitter)
Auto Trait Implementations§
impl Freeze for LitBlocks
impl RefUnwindSafe for LitBlocks
impl Send for LitBlocks
impl Sync for LitBlocks
impl Unpin for LitBlocks
impl UnwindSafe for LitBlocks
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