Struct gauc::couchbase::types::create_st3::CreateSt3 [] [src]

pub struct CreateSt3 {
    pub connstr: *const c_char,
    pub username: *const c_char,
    pub passwd: *const c_char,
    pub _type: HandleType,
    // some fields omitted
}

Fields

Trait Implementations

impl Debug for CreateSt3
[src]

Formats the value using the given formatter.

impl Default for CreateSt3
[src]

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