[][src]Struct structural::for_examples::StructBar

pub struct StructBar<T> {
    pub bar: T,
}

Fields

bar: T

Trait Implementations

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

impl<T: Copy> Copy for StructBar<T>[src]

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

impl<T> FieldType<TStr<__TS<(__b, __a, __r)>>> for StructBar<T>[src]

type Ty = T

The type of the FieldPath field.

impl<T> GetField<TStr<__TS<(__b, __a, __r)>>> for StructBar<T>[src]

impl<T> GetFieldMut<TStr<__TS<(__b, __a, __r)>>> for StructBar<T>[src]

impl<T> IntoField<TStr<__TS<(__b, __a, __r)>>> for StructBar<T>[src]

impl<T: PartialEq> PartialEq<StructBar<T>> for StructBar<T>[src]

impl<T> Structural for StructBar<T>[src]

Fields

Bound:IntoFieldMut<FP!(bar),Ty= T>
The   bar: T field   , with shared, mutable, and by value accessors

impl<T> StructuralPartialEq for StructBar<T>[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for StructBar<T> where
    T: RefUnwindSafe

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

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

impl<T> Unpin for StructBar<T> where
    T: Unpin

impl<T> UnwindSafe for StructBar<T> where
    T: UnwindSafe

Blanket Implementations

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

impl<This, T> Array0<T> for This where
    This: ?Sized
[src]

impl<This, V, T> Array0Variant<T, V> for This where
    This: ?Sized
[src]

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

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

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

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

impl<This, F> IntoFieldMut<F> for This where
    This: IntoField<F> + GetFieldMut<F> + ?Sized
[src]

impl<T> SelfOps for T where
    T: ?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, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The error type returned when the conversion fails.

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

type Type = T

The same type as Self. Read more