pub struct AlterOwnerStatement {
pub token: Token,
pub target: OwnershipTargetSyntax,
pub owner: Identifier,
}Fields§
§token: Token§target: OwnershipTargetSyntax§owner: IdentifierTrait Implementations§
Source§impl Clone for AlterOwnerStatement
impl Clone for AlterOwnerStatement
Source§fn clone(&self) -> AlterOwnerStatement
fn clone(&self) -> AlterOwnerStatement
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 moreSource§impl Debug for AlterOwnerStatement
impl Debug for AlterOwnerStatement
Source§impl Display for AlterOwnerStatement
impl Display for AlterOwnerStatement
Source§impl PartialEq for AlterOwnerStatement
impl PartialEq for AlterOwnerStatement
impl StructuralPartialEq for AlterOwnerStatement
Auto Trait Implementations§
impl Freeze for AlterOwnerStatement
impl RefUnwindSafe for AlterOwnerStatement
impl Send for AlterOwnerStatement
impl Sync for AlterOwnerStatement
impl Unpin for AlterOwnerStatement
impl UnsafeUnpin for AlterOwnerStatement
impl UnwindSafe for AlterOwnerStatement
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