pub struct LanguageSelection {
pub rust: bool,
pub c: bool,
pub cpp: bool,
}Expand description
The languages a discovery run is allowed to enumerate.
Fields§
§rust: boolInclude Rust sources.
c: boolInclude C sources.
cpp: boolInclude C++ sources.
Implementations§
Trait Implementations§
Source§impl Clone for LanguageSelection
impl Clone for LanguageSelection
Source§fn clone(&self) -> LanguageSelection
fn clone(&self) -> LanguageSelection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LanguageSelection
Source§impl Debug for LanguageSelection
impl Debug for LanguageSelection
Source§impl Default for LanguageSelection
impl Default for LanguageSelection
impl Eq for LanguageSelection
Source§impl PartialEq for LanguageSelection
impl PartialEq for LanguageSelection
impl StructuralPartialEq for LanguageSelection
Auto Trait Implementations§
impl Freeze for LanguageSelection
impl RefUnwindSafe for LanguageSelection
impl Send for LanguageSelection
impl Sync for LanguageSelection
impl Unpin for LanguageSelection
impl UnsafeUnpin for LanguageSelection
impl UnwindSafe for LanguageSelection
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.