Struct reproto_core::RpTupleBody [] [src]

pub struct RpTupleBody<F: 'static> where
    F: Flavor
{ pub name: F::Name, pub ident: String, pub comment: Vec<String>, pub decls: Vec<RpDecl<F>>, pub fields: Vec<Loc<F::Field>>, pub codes: Vec<Loc<RpCode>>, }

Fields

Methods

impl<F: 'static> RpTupleBody<F> where
    F: Flavor
[src]

[src]

Trait Implementations

impl<F: Debug + 'static> Debug for RpTupleBody<F> where
    F: Flavor,
    F::Name: Debug,
    F::Field: Debug
[src]

[src]

Formats the value using the given formatter. Read more

impl<F: Clone + 'static> Clone for RpTupleBody<F> where
    F: Flavor,
    F::Name: Clone,
    F::Field: Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<F: 'static, T> Translate<T> for RpTupleBody<F> where
    F: Flavor,
    T: Translator<Source = F>, 
[src]

[src]

Translate into different flavor.

Auto Trait Implementations

impl<F> !Send for RpTupleBody<F>

impl<F> !Sync for RpTupleBody<F>