Type Alias PbEncryptionType

Source
pub type PbEncryptionType = EncryptionType;

Aliased Type§

#[repr(i32)]
pub enum PbEncryptionType { Unspecified = 0, Plaintext = 1, Sha256 = 2, Md5 = 3, Oauth = 4, }

Variants§

§

Unspecified = 0

§

Plaintext = 1

§

Sha256 = 2

§

Md5 = 3

§

Oauth = 4