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