Enum reflect::Struct [] [src]

pub enum Struct<T> {
    Unit(UnitStruct),
    Tuple(TupleStruct<T>),
    Struct(StructStruct<T>),
}

Variants

Methods

impl<T> Struct<T>
[src]

Important traits for Fields<T>
[src]

Trait Implementations

impl<T: Debug> Debug for Struct<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Clone> Clone for Struct<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T> Send for Struct<T> where
    T: Send

impl<T> Sync for Struct<T> where
    T: Sync