[][src]Trait polars::frame::select::Selection

pub trait Selection<'a> {
    fn to_selection_vec(self) -> Vec<&'a str>;
}

Required methods

fn to_selection_vec(self) -> Vec<&'a str>

Loading content...

Implementations on Foreign Types

impl<'a> Selection<'a> for &'a str[src]

impl<'a> Selection<'a> for Vec<&'a str>[src]

impl<'a, T, '_> Selection<'a> for &'_ T where
    T: AsRef<[&'a str]>, 
[src]

impl<'a> Selection<'a> for (&'a str, &'a str)[src]

impl<'a> Selection<'a> for (&'a str, &'a str, &'a str)[src]

impl<'a> Selection<'a> for (&'a str, &'a str, &'a str, &'a str)[src]

impl<'a> Selection<'a> for (&'a str, &'a str, &'a str, &'a str, &'a str)[src]

impl<'a> Selection<'a> for (&'a str, &'a str, &'a str, &'a str, &'a str, &'a str)[src]

Loading content...

Implementors

Loading content...