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

pub trait Selection<'a, S> {
    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, &'_ str> for &'a str[src]

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

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

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

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

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

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

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

Loading content...

Implementors

Loading content...