[][src]Struct amadeus::data::Group

pub struct Group { /* fields omitted */ }

Corresponds to Parquet groups of named fields.

Its fields can be accessed by name via get()/get_mut() and via name or ordinal with group[index].

Implementations

impl Group[src]

pub fn get(&self, k: &str) -> Option<&Value>[src]

Get a reference to the value belonging to a particular field name. Returns None if the field name doesn't exist.

Trait Implementations

impl AmadeusOrd for Group[src]

impl Clone for Group[src]

impl Data for Group[src]

type Vec = Vec<Group>

type DynamicType = ()

impl Data for Group[src]

impl Debug for Group[src]

impl<'de> Deserialize<'de> for Group[src]

impl<A, B, C, D, E, F, G, H, I> DowncastFrom<Group> for (A, B, C, D, E, F, G, H, I) where
    A: DowncastFrom<Value>,
    B: DowncastFrom<Value>,
    C: DowncastFrom<Value>,
    D: DowncastFrom<Value>,
    E: DowncastFrom<Value>,
    F: DowncastFrom<Value>,
    G: DowncastFrom<Value>,
    H: DowncastFrom<Value>,
    I: DowncastFrom<Value>, 
[src]

impl<A, B, C, D, E, F> DowncastFrom<Group> for (A, B, C, D, E, F) where
    A: DowncastFrom<Value>,
    B: DowncastFrom<Value>,
    C: DowncastFrom<Value>,
    D: DowncastFrom<Value>,
    E: DowncastFrom<Value>,
    F: DowncastFrom<Value>, 
[src]

impl DowncastFrom<Group> for ()[src]

impl<A> DowncastFrom<Group> for (A,) where
    A: DowncastFrom<Value>, 
[src]

impl<A, B, C, D, E, F, G, H> DowncastFrom<Group> for (A, B, C, D, E, F, G, H) where
    A: DowncastFrom<Value>,
    B: DowncastFrom<Value>,
    C: DowncastFrom<Value>,
    D: DowncastFrom<Value>,
    E: DowncastFrom<Value>,
    F: DowncastFrom<Value>,
    G: DowncastFrom<Value>,
    H: DowncastFrom<Value>, 
[src]

impl<A, B, C, D, E, F, G, H, I, J> DowncastFrom<Group> for (A, B, C, D, E, F, G, H, I, J) where
    A: DowncastFrom<Value>,
    B: DowncastFrom<Value>,
    C: DowncastFrom<Value>,
    D: DowncastFrom<Value>,
    E: DowncastFrom<Value>,
    F: DowncastFrom<Value>,
    G: DowncastFrom<Value>,
    H: DowncastFrom<Value>,
    I: DowncastFrom<Value>,
    J: DowncastFrom<Value>, 
[src]

impl<A, B, C, D, E, F, G> DowncastFrom<Group> for (A, B, C, D, E, F, G) where
    A: DowncastFrom<Value>,
    B: DowncastFrom<Value>,
    C: DowncastFrom<Value>,
    D: DowncastFrom<Value>,
    E: DowncastFrom<Value>,
    F: DowncastFrom<Value>,
    G: DowncastFrom<Value>, 
[src]

impl<A, B> DowncastFrom<Group> for (A, B) where
    A: DowncastFrom<Value>,
    B: DowncastFrom<Value>, 
[src]

impl<A, B, C> DowncastFrom<Group> for (A, B, C) where
    A: DowncastFrom<Value>,
    B: DowncastFrom<Value>,
    C: DowncastFrom<Value>, 
[src]

impl<A, B, C, D, E, F, G, H, I, J, K, L> DowncastFrom<Group> for (A, B, C, D, E, F, G, H, I, J, K, L) where
    A: DowncastFrom<Value>,
    B: DowncastFrom<Value>,
    C: DowncastFrom<Value>,
    D: DowncastFrom<Value>,
    E: DowncastFrom<Value>,
    F: DowncastFrom<Value>,
    G: DowncastFrom<Value>,
    H: DowncastFrom<Value>,
    I: DowncastFrom<Value>,
    J: DowncastFrom<Value>,
    K: DowncastFrom<Value>,
    L: DowncastFrom<Value>, 
[src]

impl<A, B, C, D> DowncastFrom<Group> for (A, B, C, D) where
    A: DowncastFrom<Value>,
    B: DowncastFrom<Value>,
    C: DowncastFrom<Value>,
    D: DowncastFrom<Value>, 
[src]

impl<A, B, C, D, E> DowncastFrom<Group> for (A, B, C, D, E) where
    A: DowncastFrom<Value>,
    B: DowncastFrom<Value>,
    C: DowncastFrom<Value>,
    D: DowncastFrom<Value>,
    E: DowncastFrom<Value>, 
[src]

impl<A, B, C, D, E, F, G, H, I, J, K> DowncastFrom<Group> for (A, B, C, D, E, F, G, H, I, J, K) where
    A: DowncastFrom<Value>,
    B: DowncastFrom<Value>,
    C: DowncastFrom<Value>,
    D: DowncastFrom<Value>,
    E: DowncastFrom<Value>,
    F: DowncastFrom<Value>,
    G: DowncastFrom<Value>,
    H: DowncastFrom<Value>,
    I: DowncastFrom<Value>,
    J: DowncastFrom<Value>,
    K: DowncastFrom<Value>, 
[src]

impl DowncastFrom<Value> for Group[src]

impl From<()> for Group[src]

impl<A, B, C, D, E, F, G, H, I, J, K, L> From<(A, B, C, D, E, F, G, H, I, J, K, L)> for Group where
    A: Into<Value>,
    B: Into<Value>,
    C: Into<Value>,
    D: Into<Value>,
    E: Into<Value>,
    F: Into<Value>,
    G: Into<Value>,
    H: Into<Value>,
    I: Into<Value>,
    J: Into<Value>,
    K: Into<Value>,
    L: Into<Value>, 
[src]

impl<A, B, C, D, E, F, G, H, I, J, K> From<(A, B, C, D, E, F, G, H, I, J, K)> for Group where
    A: Into<Value>,
    B: Into<Value>,
    C: Into<Value>,
    D: Into<Value>,
    E: Into<Value>,
    F: Into<Value>,
    G: Into<Value>,
    H: Into<Value>,
    I: Into<Value>,
    J: Into<Value>,
    K: Into<Value>, 
[src]

impl<A, B, C, D, E, F, G, H, I, J> From<(A, B, C, D, E, F, G, H, I, J)> for Group where
    A: Into<Value>,
    B: Into<Value>,
    C: Into<Value>,
    D: Into<Value>,
    E: Into<Value>,
    F: Into<Value>,
    G: Into<Value>,
    H: Into<Value>,
    I: Into<Value>,
    J: Into<Value>, 
[src]

impl<A, B, C, D, E, F, G, H, I> From<(A, B, C, D, E, F, G, H, I)> for Group where
    A: Into<Value>,
    B: Into<Value>,
    C: Into<Value>,
    D: Into<Value>,
    E: Into<Value>,
    F: Into<Value>,
    G: Into<Value>,
    H: Into<Value>,
    I: Into<Value>, 
[src]

impl<A, B, C, D, E, F, G, H> From<(A, B, C, D, E, F, G, H)> for Group where
    A: Into<Value>,
    B: Into<Value>,
    C: Into<Value>,
    D: Into<Value>,
    E: Into<Value>,
    F: Into<Value>,
    G: Into<Value>,
    H: Into<Value>, 
[src]

impl<A, B, C, D, E, F, G> From<(A, B, C, D, E, F, G)> for Group where
    A: Into<Value>,
    B: Into<Value>,
    C: Into<Value>,
    D: Into<Value>,
    E: Into<Value>,
    F: Into<Value>,
    G: Into<Value>, 
[src]

impl<A, B, C, D, E, F> From<(A, B, C, D, E, F)> for Group where
    A: Into<Value>,
    B: Into<Value>,
    C: Into<Value>,
    D: Into<Value>,
    E: Into<Value>,
    F: Into<Value>, 
[src]

impl<A, B, C, D, E> From<(A, B, C, D, E)> for Group where
    A: Into<Value>,
    B: Into<Value>,
    C: Into<Value>,
    D: Into<Value>,
    E: Into<Value>, 
[src]

impl<A, B, C, D> From<(A, B, C, D)> for Group where
    A: Into<Value>,
    B: Into<Value>,
    C: Into<Value>,
    D: Into<Value>, 
[src]

impl<A, B, C> From<(A, B, C)> for Group where
    A: Into<Value>,
    B: Into<Value>,
    C: Into<Value>, 
[src]

impl<A, B> From<(A, B)> for Group where
    A: Into<Value>,
    B: Into<Value>, 
[src]

impl<A> From<(A,)> for Group where
    A: Into<Value>, 
[src]

impl From<Group> for Value[src]

impl From<LinkedHashMap<String, Value, BuildHasherDefault<FxHasher>>> for Group[src]

impl<I> Index<I> for Group where
    I: SliceIndex<[Value]>, 
[src]

type Output = <I as SliceIndex<[Value]>>::Output

The returned type after indexing.

impl ParquetData for Group[src]

type Schema = GroupSchema

type Reader = GroupReader

type Predicate = GroupPredicate

impl PartialEq<()> for Group[src]

impl<A, B, C, D, E, F, G, H, I, J, K, L> PartialEq<(A, B, C, D, E, F, G, H, I, J, K, L)> for Group where
    Value: PartialEq<A>,
    Value: PartialEq<B>,
    Value: PartialEq<C>,
    Value: PartialEq<D>,
    Value: PartialEq<E>,
    Value: PartialEq<F>,
    Value: PartialEq<G>,
    Value: PartialEq<H>,
    Value: PartialEq<I>,
    Value: PartialEq<J>,
    Value: PartialEq<K>,
    Value: PartialEq<L>, 
[src]

impl<A, B, C, D, E, F, G, H, I, J, K> PartialEq<(A, B, C, D, E, F, G, H, I, J, K)> for Group where
    Value: PartialEq<A>,
    Value: PartialEq<B>,
    Value: PartialEq<C>,
    Value: PartialEq<D>,
    Value: PartialEq<E>,
    Value: PartialEq<F>,
    Value: PartialEq<G>,
    Value: PartialEq<H>,
    Value: PartialEq<I>,
    Value: PartialEq<J>,
    Value: PartialEq<K>, 
[src]

impl<A, B, C, D, E, F, G, H, I, J> PartialEq<(A, B, C, D, E, F, G, H, I, J)> for Group where
    Value: PartialEq<A>,
    Value: PartialEq<B>,
    Value: PartialEq<C>,
    Value: PartialEq<D>,
    Value: PartialEq<E>,
    Value: PartialEq<F>,
    Value: PartialEq<G>,
    Value: PartialEq<H>,
    Value: PartialEq<I>,
    Value: PartialEq<J>, 
[src]

impl<A, B, C, D, E, F, G, H, I> PartialEq<(A, B, C, D, E, F, G, H, I)> for Group where
    Value: PartialEq<A>,
    Value: PartialEq<B>,
    Value: PartialEq<C>,
    Value: PartialEq<D>,
    Value: PartialEq<E>,
    Value: PartialEq<F>,
    Value: PartialEq<G>,
    Value: PartialEq<H>,
    Value: PartialEq<I>, 
[src]

impl<A, B, C, D, E, F, G, H> PartialEq<(A, B, C, D, E, F, G, H)> for Group where
    Value: PartialEq<A>,
    Value: PartialEq<B>,
    Value: PartialEq<C>,
    Value: PartialEq<D>,
    Value: PartialEq<E>,
    Value: PartialEq<F>,
    Value: PartialEq<G>,
    Value: PartialEq<H>, 
[src]

impl<A, B, C, D, E, F, G> PartialEq<(A, B, C, D, E, F, G)> for Group where
    Value: PartialEq<A>,
    Value: PartialEq<B>,
    Value: PartialEq<C>,
    Value: PartialEq<D>,
    Value: PartialEq<E>,
    Value: PartialEq<F>,
    Value: PartialEq<G>, 
[src]

impl<A, B, C, D, E, F> PartialEq<(A, B, C, D, E, F)> for Group where
    Value: PartialEq<A>,
    Value: PartialEq<B>,
    Value: PartialEq<C>,
    Value: PartialEq<D>,
    Value: PartialEq<E>,
    Value: PartialEq<F>, 
[src]

impl<A, B, C, D, E> PartialEq<(A, B, C, D, E)> for Group where
    Value: PartialEq<A>,
    Value: PartialEq<B>,
    Value: PartialEq<C>,
    Value: PartialEq<D>,
    Value: PartialEq<E>, 
[src]

impl<A, B, C, D> PartialEq<(A, B, C, D)> for Group where
    Value: PartialEq<A>,
    Value: PartialEq<B>,
    Value: PartialEq<C>,
    Value: PartialEq<D>, 
[src]

impl<A, B, C> PartialEq<(A, B, C)> for Group where
    Value: PartialEq<A>,
    Value: PartialEq<B>,
    Value: PartialEq<C>, 
[src]

impl<A, B> PartialEq<(A, B)> for Group where
    Value: PartialEq<A>,
    Value: PartialEq<B>, 
[src]

impl<A> PartialEq<(A,)> for Group where
    Value: PartialEq<A>, 
[src]

impl PartialEq<Group> for Value[src]

impl PartialEq<Group> for Group[src]

impl PartialOrd<Group> for Group[src]

impl PostgresData for Group[src]

impl SerdeData for Group[src]

impl Serialize for Group[src]

impl StructuralPartialEq for Group[src]

Auto Trait Implementations

impl RefUnwindSafe for Group

impl Send for Group

impl Sync for Group

impl Unpin for Group

impl UnwindSafe for Group

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any + Serialize + Deserialize
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T, U> Cast<U> for T where
    U: FromCast<T>, 

impl<T> Debug for T where
    T: Debug + Serialize + Deserialize + ?Sized
[src]

impl<T> Deserialize for T where
    T: DeserializeOwned
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<A, B> Downcast<A> for B where
    A: DowncastFrom<B>, 
[src]

impl<T> From<T> for T[src]

impl<T> FromBits<T> for T

impl<T> FromCast<T> for T

impl<T> IntersectPlusUnionIsPlus for T where
    T: ?Sized
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> IntoBits<U> for T where
    U: FromBits<T>, 

impl<T> ProcessSend for T where
    T: Send + Serialize + for<'de> Deserialize<'de> + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Sealed<T> for T where
    T: ?Sized

impl<T> Serialize for T where
    T: Serialize + ?Sized
[src]

impl<T> Serialize for T where
    T: Serialize + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Type for T[src]

type Meta = Concrete

Type of metadata for type.

impl<T> Type for T where
    T: ?Sized
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,