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

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

Fields

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> Send for OneofVariantWithContext<'a>

impl<'a> Sync for OneofVariantWithContext<'a>