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