#[repr(C)]pub struct SQLCmd {
pub type_: NodeTag,
}
Fields§
§type_: NodeTag
Trait Implementations§
impl Copy for SQLCmd
Auto Trait Implementations§
impl Freeze for SQLCmd
impl RefUnwindSafe for SQLCmd
impl Send for SQLCmd
impl Sync for SQLCmd
impl Unpin for SQLCmd
impl UnwindSafe for SQLCmd
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