enum CommentState {
Start,
Next(usize),
Escape(usize),
}Variants§
Auto Trait Implementations§
impl Freeze for CommentState
impl RefUnwindSafe for CommentState
impl Send for CommentState
impl Sync for CommentState
impl Unpin for CommentState
impl UnsafeUnpin for CommentState
impl UnwindSafe for CommentState
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