Struct cql3_parser::list_role::ListRole
source · [−]pub struct ListRole {
pub of: Option<Identifier>,
pub no_recurse: bool,
}Expand description
https://docs.datastax.com/en/cql-oss/3.3/cql/cql_reference/cqlListRoles.html
Fields
of: Option<Identifier>List roles only for this role.
no_recurse: boolif true the NORECURSIVE option has been set.
Trait Implementations
impl StructuralPartialEq for ListRole
Auto Trait Implementations
impl RefUnwindSafe for ListRole
impl Send for ListRole
impl Sync for ListRole
impl Unpin for ListRole
impl UnwindSafe for ListRole
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more