Struct arrow_parser::token::TokenTypeSet
source · pub struct TokenTypeSet(_);
Implementations§
Trait Implementations§
source§impl Clone for TokenTypeSet
impl Clone for TokenTypeSet
source§fn clone(&self) -> TokenTypeSet
fn clone(&self) -> TokenTypeSet
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