#[repr(C)]pub struct ReassignOwnedStmt {
pub type_: NodeTag,
pub roles: *mut List,
pub newrole: *mut RoleSpec,
}Fields§
§type_: NodeTag§roles: *mut List§newrole: *mut RoleSpecTrait Implementations§
Source§impl Clone for ReassignOwnedStmt
impl Clone for ReassignOwnedStmt
Source§fn clone(&self) -> ReassignOwnedStmt
fn clone(&self) -> ReassignOwnedStmt
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 ReassignOwnedStmt
Source§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
Auto Trait Implementations§
impl !Send for ReassignOwnedStmt
impl !Sync for ReassignOwnedStmt
impl Freeze for ReassignOwnedStmt
impl RefUnwindSafe for ReassignOwnedStmt
impl Unpin for ReassignOwnedStmt
impl UnsafeUnpin 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