Enum aidl_parser::traverse::SymbolFilter
source · pub enum SymbolFilter {
ItemsOnly,
ItemsAndItemElements,
All,
}
Expand description
Determine the depth of traversal functions
Variants§
ItemsOnly
Only extract the top-level item
ItemsAndItemElements
Extract the top-level and its direct children (e.g.: parcelable + fields)
All
Extract all symbols (incl. types)
Trait Implementations§
source§impl Clone for SymbolFilter
impl Clone for SymbolFilter
source§fn clone(&self) -> SymbolFilter
fn clone(&self) -> SymbolFilter
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 more