pub enum FlushType {
Show 13 variants
BinaryLogs,
EngineLogs,
ErrorLogs,
GeneralLogs,
Hosts,
Logs,
Privileges,
OptimizerCosts,
RelayLogs,
SlowLogs,
Status,
UserResources,
Tables,
}
Variants§
BinaryLogs
EngineLogs
ErrorLogs
GeneralLogs
Hosts
Logs
Privileges
OptimizerCosts
RelayLogs
SlowLogs
Status
UserResources
Tables
Trait Implementations§
Source§impl Ord for FlushType
impl Ord for FlushType
Source§impl PartialOrd for FlushType
impl PartialOrd for FlushType
impl 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 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