Struct protobuf::well_known_types::FieldMask [] [src]

pub struct FieldMask {
    pub paths: RepeatedField<String>,
    // some fields omitted
}

Fields

Methods

impl FieldMask
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl PartialEq for FieldMask
[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 FieldMask
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for FieldMask
[src]

[src]

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

impl Sync for FieldMask
[src]

impl Message for FieldMask
[src]

impl MessageStatic for FieldMask
[src]

impl Clear for FieldMask
[src]

[src]

impl Debug for FieldMask
[src]

[src]

Formats the value using the given formatter. Read more

impl ProtobufValue for FieldMask
[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for FieldMask