Enum edgedb_protocol::server_message::Authentication [−][src]
pub enum Authentication {
Ok,
Sasl {
methods: Vec<String>,
},
SaslContinue {
data: Bytes,
},
SaslFinal {
data: Bytes,
},
}Variants
Fields of SaslContinue
data: BytesFields of SaslFinal
data: BytesTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Authentication
impl Send for Authentication
impl Sync for Authentication
impl Unpin for Authentication
impl UnwindSafe for Authentication
Blanket Implementations
Mutably borrows from an owned value. Read more