Struct protobuf::well_known_types::Type [] [src]

pub struct Type {
    pub name: String,
    pub fields: RepeatedField<Field>,
    pub oneofs: RepeatedField<String>,
    pub options: RepeatedField<Option>,
    pub source_context: SingularPtrField<SourceContext>,
    pub syntax: Syntax,
    // some fields omitted
}

Fields

Methods

impl Type
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl PartialEq for Type
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Clone for Type
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Type
[src]

[src]

Returns the "default value" for a type. Read more

impl Sync for Type
[src]

impl Message for Type
[src]

impl MessageStatic for Type
[src]

impl Clear for Type
[src]

[src]

impl Debug for Type
[src]

[src]

Formats the value using the given formatter. Read more

impl ProtobufValue for Type
[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for Type