Struct reproto_core::RpInterfaceBody [] [src]

pub struct RpInterfaceBody<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>>, pub sub_types: Vec<Loc<RpSubType<F>>>, pub sub_type_strategy: RpSubTypeStrategy, }

Fields

Methods

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

[src]

Trait Implementations

impl<F: Debug + 'static> Debug for RpInterfaceBody<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 RpInterfaceBody<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 RpInterfaceBody<F> where
    F: Flavor,
    T: Translator<Source = F>, 
[src]

[src]

Translate into different flavor.

Auto Trait Implementations

impl<F> Send for RpInterfaceBody<F> where
    <F as Flavor>::Endpoint: Send,
    <F as Flavor>::EnumType: Send,
    <F as Flavor>::Field: Send,
    <F as Flavor>::Name: Send

impl<F> Sync for RpInterfaceBody<F> where
    <F as Flavor>::Endpoint: Sync,
    <F as Flavor>::EnumType: Sync,
    <F as Flavor>::Field: Sync,
    <F as Flavor>::Name: Sync