pub enum FlushType {
Show 13 variants
BinaryLogs,
EngineLogs,
ErrorLogs,
GeneralLogs,
Hosts,
Logs,
Privileges,
OptimizerCosts,
RelayLogs,
SlowLogs,
Status,
UserResources,
Tables,
}Expand description
Types of flush operations supported by FLUSH.
Variants§
BinaryLogs
Flush binary logs.
EngineLogs
Flush engine logs.
ErrorLogs
Flush error logs.
GeneralLogs
Flush general logs.
Hosts
Flush hosts information.
Logs
Flush logs.
Privileges
Flush privileges.
OptimizerCosts
Flush optimizer costs.
RelayLogs
Flush relay logs.
SlowLogs
Flush slow logs.
Status
Flush status.
UserResources
Flush user resources.
Tables
Flush table data.
Trait Implementations§
Source§impl Ord for FlushType
impl Ord for FlushType
Source§impl PartialOrd for FlushType
impl PartialOrd for FlushType
Source§impl VisitMut for FlushType
impl VisitMut for FlushType
Source§fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
Mutably visit this node with the provided
VisitorMut. Read moreimpl Copy for FlushType
impl Eq for FlushType
impl StructuralPartialEq for FlushType
Auto Trait Implementations§
impl Freeze for FlushType
impl RefUnwindSafe for FlushType
impl Send for FlushType
impl Sync for FlushType
impl Unpin for FlushType
impl UnsafeUnpin for FlushType
impl UnwindSafe for FlushType
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