#[repr(C)]pub struct DiscardStmt {
pub type_: NodeTag,
pub target: Type,
}
Fields§
§type_: NodeTag
§target: Type
Trait Implementations§
Source§impl Clone for DiscardStmt
impl Clone for DiscardStmt
Source§fn clone(&self) -> DiscardStmt
fn clone(&self) -> DiscardStmt
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 moreSource§impl Debug for DiscardStmt
impl Debug for DiscardStmt
Source§impl Default for DiscardStmt
impl Default for DiscardStmt
Source§impl Display for DiscardStmt
impl Display for DiscardStmt
Source§impl PgNode for DiscardStmt
impl PgNode for DiscardStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for DiscardStmt
Auto Trait Implementations§
impl Freeze for DiscardStmt
impl RefUnwindSafe for DiscardStmt
impl Send for DiscardStmt
impl Sync for DiscardStmt
impl Unpin for DiscardStmt
impl UnwindSafe for DiscardStmt
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