Enum sqlparser::ast::Privileges
source · Expand description
Privileges granted in a GRANT statement or revoked in a REVOKE statement.
Variants§
All
All privileges applicable to the object type
Actions(Vec<Action>)
Specific privileges (e.g. SELECT, INSERT)
Trait Implementations§
source§impl Clone for Privileges
impl Clone for Privileges
source§fn clone(&self) -> Privileges
fn clone(&self) -> Privileges
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 more