#[repr(C)]pub struct PLAssignStmt {
pub type_: NodeTag,
pub name: *mut c_char,
pub indirection: *mut List,
pub nnames: c_int,
pub val: *mut SelectStmt,
pub location: c_int,
}Fields§
§type_: NodeTag§name: *mut c_char§indirection: *mut List§nnames: c_int§val: *mut SelectStmt§location: c_intTrait Implementations§
Source§impl Clone for PLAssignStmt
impl Clone for PLAssignStmt
Source§fn clone(&self) -> PLAssignStmt
fn clone(&self) -> PLAssignStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PLAssignStmt
Source§impl Debug for PLAssignStmt
impl Debug for PLAssignStmt
Source§impl Default for PLAssignStmt
impl Default for PLAssignStmt
Source§impl Display for PLAssignStmt
impl Display for PLAssignStmt
Auto Trait Implementations§
impl !Send for PLAssignStmt
impl !Sync for PLAssignStmt
impl Freeze for PLAssignStmt
impl RefUnwindSafe for PLAssignStmt
impl Unpin for PLAssignStmt
impl UnsafeUnpin for PLAssignStmt
impl UnwindSafe for PLAssignStmt
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