Struct protobuf::descriptorx::OneofVariantWithContext [] [src]

pub struct OneofVariantWithContext<'a> {
    pub oneof: &'a OneofWithContext<'a>,
    pub field: &'a FieldDescriptorProto,
}

Fields

Methods

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

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more