#[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_7Trait 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 duplicate 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 moreimpl Copy for CollectedCommand__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for CollectedCommand__bindgen_ty_1
impl RefUnwindSafe for CollectedCommand__bindgen_ty_1
impl !Send for CollectedCommand__bindgen_ty_1
impl !Sync for CollectedCommand__bindgen_ty_1
impl Unpin for CollectedCommand__bindgen_ty_1
impl UnwindSafe for CollectedCommand__bindgen_ty_1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more