pub enum PolicyCommand {
All,
Select,
Insert,
Update,
Delete,
}Expand description
SQL command that a policy applies to.
Variants§
Trait Implementations§
Source§impl Clone for PolicyCommand
impl Clone for PolicyCommand
Source§fn clone(&self) -> PolicyCommand
fn clone(&self) -> PolicyCommand
Returns a duplicate 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 moreSource§impl Debug for PolicyCommand
impl Debug for PolicyCommand
Source§impl PartialEq for PolicyCommand
impl PartialEq for PolicyCommand
impl Copy for PolicyCommand
impl Eq for PolicyCommand
impl StructuralPartialEq for PolicyCommand
Auto Trait Implementations§
impl Freeze for PolicyCommand
impl RefUnwindSafe for PolicyCommand
impl Send for PolicyCommand
impl Sync for PolicyCommand
impl Unpin for PolicyCommand
impl UnwindSafe for PolicyCommand
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