pub enum TsserverLogVerbosity {
Terse,
Normal,
RequestTime,
Verbose,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TsserverLogVerbosity
impl Clone for TsserverLogVerbosity
Source§fn clone(&self) -> TsserverLogVerbosity
fn clone(&self) -> TsserverLogVerbosity
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TsserverLogVerbosity
impl Debug for TsserverLogVerbosity
Source§impl PartialEq for TsserverLogVerbosity
impl PartialEq for TsserverLogVerbosity
impl Copy for TsserverLogVerbosity
impl Eq for TsserverLogVerbosity
impl StructuralPartialEq for TsserverLogVerbosity
Auto Trait Implementations§
impl Freeze for TsserverLogVerbosity
impl RefUnwindSafe for TsserverLogVerbosity
impl Send for TsserverLogVerbosity
impl Sync for TsserverLogVerbosity
impl Unpin for TsserverLogVerbosity
impl UnwindSafe for TsserverLogVerbosity
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