Trait agnes::view::IntoFieldList [] [src]

pub trait IntoFieldList {
    fn into_field_list(self) -> Vec<String>;
}

Conversion trait for converting into a vector of Strings. Used for indexing into a DataView.

Required Methods

Convert into a Vec<String>

Implementations on Foreign Types

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

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

impl<'a> IntoFieldList for [&'a str; 1]
[src]

impl<'a> IntoFieldList for [&'a str; 2]
[src]

impl<'a> IntoFieldList for [&'a str; 3]
[src]

impl<'a> IntoFieldList for [&'a str; 4]
[src]

impl<'a> IntoFieldList for [&'a str; 5]
[src]

impl<'a> IntoFieldList for [&'a str; 6]
[src]

impl<'a> IntoFieldList for [&'a str; 7]
[src]

impl<'a> IntoFieldList for [&'a str; 8]
[src]

impl<'a> IntoFieldList for [&'a str; 9]
[src]

impl<'a> IntoFieldList for [&'a str; 10]
[src]

impl<'a> IntoFieldList for [&'a str; 11]
[src]

impl<'a> IntoFieldList for [&'a str; 12]
[src]

impl<'a> IntoFieldList for [&'a str; 13]
[src]

impl<'a> IntoFieldList for [&'a str; 14]
[src]

impl<'a> IntoFieldList for [&'a str; 15]
[src]

impl<'a> IntoFieldList for [&'a str; 16]
[src]

impl<'a> IntoFieldList for [&'a str; 17]
[src]

impl<'a> IntoFieldList for [&'a str; 18]
[src]

impl<'a> IntoFieldList for [&'a str; 19]
[src]

impl<'a> IntoFieldList for [&'a str; 20]
[src]

impl IntoFieldList for String
[src]

impl IntoFieldList for Vec<String>
[src]

impl IntoFieldList for [String; 1]
[src]

impl IntoFieldList for [String; 2]
[src]

impl IntoFieldList for [String; 3]
[src]

impl IntoFieldList for [String; 4]
[src]

impl IntoFieldList for [String; 5]
[src]

impl IntoFieldList for [String; 6]
[src]

impl IntoFieldList for [String; 7]
[src]

impl IntoFieldList for [String; 8]
[src]

impl IntoFieldList for [String; 9]
[src]

impl IntoFieldList for [String; 10]
[src]

impl IntoFieldList for [String; 11]
[src]

impl IntoFieldList for [String; 12]
[src]

impl IntoFieldList for [String; 13]
[src]

impl IntoFieldList for [String; 14]
[src]

impl IntoFieldList for [String; 15]
[src]

impl IntoFieldList for [String; 16]
[src]

impl IntoFieldList for [String; 17]
[src]

impl IntoFieldList for [String; 18]
[src]

impl IntoFieldList for [String; 19]
[src]

impl IntoFieldList for [String; 20]
[src]

Implementors