pub struct PicklsSymbolsConfig {
pub source: PicklsSymbolsSource,
pub ctags_timeout_ms: u64,
}Fields§
§source: PicklsSymbolsSourceHow long to wait for ctags to complete before timing out. Defaults to 500ms.
Trait Implementations§
Source§impl Clone for PicklsSymbolsConfig
impl Clone for PicklsSymbolsConfig
Source§fn clone(&self) -> PicklsSymbolsConfig
fn clone(&self) -> PicklsSymbolsConfig
Returns a copy 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 PicklsSymbolsConfig
impl Debug for PicklsSymbolsConfig
Source§impl<'de> Deserialize<'de> for PicklsSymbolsConfig
impl<'de> Deserialize<'de> for PicklsSymbolsConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PicklsSymbolsConfig
impl PartialEq for PicklsSymbolsConfig
impl Eq for PicklsSymbolsConfig
impl StructuralPartialEq for PicklsSymbolsConfig
Auto Trait Implementations§
impl Freeze for PicklsSymbolsConfig
impl RefUnwindSafe for PicklsSymbolsConfig
impl Send for PicklsSymbolsConfig
impl Sync for PicklsSymbolsConfig
impl Unpin for PicklsSymbolsConfig
impl UnwindSafe for PicklsSymbolsConfig
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