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