Enum tree_sitter::LogType
source · [−]pub enum LogType {
Parse,
Lex,
}
Expand description
A type of log message.
Variants
Parse
Lex
Trait Implementations
impl Eq for LogType
impl StructuralEq for LogType
impl StructuralPartialEq for LogType
Auto Trait Implementations
impl RefUnwindSafe for LogType
impl Send for LogType
impl Sync for LogType
impl Unpin for LogType
impl UnwindSafe for LogType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more