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 UnsafeUnpin 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