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