Struct reproto_backend_go::EnumAdded [] [src]

pub struct EnumAdded<'a, 'el: 'a> {
    pub container: &'a mut Tokens<'el, Go<'el>>,
    pub name: &'el GoName,
    pub body: &'el RpEnumBody<GoFlavor>,
}

Event emitted when an enum has been added

Fields

Trait Implementations

Auto Trait Implementations

impl<'a, 'el> !Send for EnumAdded<'a, 'el>

impl<'a, 'el> !Sync for EnumAdded<'a, 'el>