Struct rusty_secrets::proto::wrapped::SecretProto[][src]

pub struct SecretProto {
    pub version: VersionProto,
    pub secret: Vec<u8>,
    pub mime_type: String,
    // some fields omitted
}

Fields

Methods

impl SecretProto
[src]

Trait Implementations

impl PartialEq for SecretProto
[src]

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

This method tests for !=.

impl Clone for SecretProto
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SecretProto
[src]

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

impl Sync for SecretProto
[src]

impl Message for SecretProto
[src]

impl MessageStatic for SecretProto
[src]

impl Clear for SecretProto
[src]

impl Debug for SecretProto
[src]

Formats the value using the given formatter. Read more

impl ProtobufValue for SecretProto
[src]

Auto Trait Implementations

impl Send for SecretProto