pub enum PicklsSymbolsSource {
UniversalCtags,
}Variants§
Trait Implementations§
Source§impl Clone for PicklsSymbolsSource
impl Clone for PicklsSymbolsSource
Source§fn clone(&self) -> PicklsSymbolsSource
fn clone(&self) -> PicklsSymbolsSource
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 PicklsSymbolsSource
impl Debug for PicklsSymbolsSource
Source§impl<'de> Deserialize<'de> for PicklsSymbolsSource
impl<'de> Deserialize<'de> for PicklsSymbolsSource
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 PicklsSymbolsSource
impl PartialEq for PicklsSymbolsSource
impl Eq for PicklsSymbolsSource
impl StructuralPartialEq for PicklsSymbolsSource
Auto Trait Implementations§
impl Freeze for PicklsSymbolsSource
impl RefUnwindSafe for PicklsSymbolsSource
impl Send for PicklsSymbolsSource
impl Sync for PicklsSymbolsSource
impl Unpin for PicklsSymbolsSource
impl UnwindSafe for PicklsSymbolsSource
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