Struct protobuf::descriptorx::OneofWithContext [] [src]

pub struct OneofWithContext<'a> {
    pub oneof: &'a OneofDescriptorProto,
    pub index: u32,
    pub message: &'a MessageWithScope<'a>,
}

Fields

Methods

impl<'a> OneofWithContext<'a>
[src]

Trait Implementations

impl<'a> Clone for OneofWithContext<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more