#[repr(C)]
pub union CollectedCommand__bindgen_ty_1 {
pub simple: CollectedCommand__bindgen_ty_1__bindgen_ty_1,
pub alterTable: CollectedCommand__bindgen_ty_1__bindgen_ty_2,
pub grant: CollectedCommand__bindgen_ty_1__bindgen_ty_3,
pub opfam: CollectedCommand__bindgen_ty_1__bindgen_ty_4,
pub createopc: CollectedCommand__bindgen_ty_1__bindgen_ty_5,
pub atscfg: CollectedCommand__bindgen_ty_1__bindgen_ty_6,
pub defprivs: CollectedCommand__bindgen_ty_1__bindgen_ty_7,
}
Fields§
§simple:CollectedCommand__bindgen_ty_1__bindgen_ty_1
§
alterTable:CollectedCommand__bindgen_ty_1__bindgen_ty_2
§
grant:CollectedCommand__bindgen_ty_1__bindgen_ty_3
§
opfam:CollectedCommand__bindgen_ty_1__bindgen_ty_4
§
createopc:CollectedCommand__bindgen_ty_1__bindgen_ty_5
§
atscfg:CollectedCommand__bindgen_ty_1__bindgen_ty_6
§
defprivs:CollectedCommand__bindgen_ty_1__bindgen_ty_7
Trait Implementations§
source§impl Clone for CollectedCommand__bindgen_ty_1
impl Clone for CollectedCommand__bindgen_ty_1
source§fn clone(&self) -> CollectedCommand__bindgen_ty_1
fn clone(&self) -> CollectedCommand__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more