Struct raft::eraftpb::SnapshotMetadata [] [src]

pub struct SnapshotMetadata {
    pub conf_state: SingularPtrField<ConfState>,
    pub index: u64,
    pub term: u64,
    // some fields omitted
}

Fields

Methods

impl SnapshotMetadata
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for SnapshotMetadata
[src]

[src]

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

impl Sync for SnapshotMetadata
[src]

impl Message for SnapshotMetadata
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl MessageStatic for SnapshotMetadata
[src]

impl Clear for SnapshotMetadata
[src]

[src]

impl Debug for SnapshotMetadata
[src]

[src]

Formats the value using the given formatter. Read more

impl ProtobufValue for SnapshotMetadata
[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations