Struct edgedb_protocol::client_message::SaslResponse [−][src]
pub struct SaslResponse {
pub data: Bytes,
}Fields
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 SaslResponse
impl Send for SaslResponse
impl Sync for SaslResponse
impl Unpin for SaslResponse
impl UnwindSafe for SaslResponse
Blanket Implementations
Mutably borrows from an owned value. Read more