Enum sql_migration_sim::ast::FlushType
source · 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 PartialEq for FlushType
impl PartialEq for FlushType
source§impl PartialOrd for FlushType
impl PartialOrd for FlushType
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for FlushType
impl Eq for FlushType
impl StructuralPartialEq for FlushType
Auto Trait Implementations§
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