Enum sql_migration_sim::ast::ResetConfig
source · pub enum ResetConfig {
ALL,
ConfigName(ObjectName),
}
Expand description
RESET config option:
- RESET
configuration_parameter
- RESET ALL
Variants§
ALL
ConfigName(ObjectName)
Trait Implementations§
source§impl Clone for ResetConfig
impl Clone for ResetConfig
source§fn clone(&self) -> ResetConfig
fn clone(&self) -> ResetConfig
Returns a copy 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 ResetConfig
impl Debug for ResetConfig
source§impl Hash for ResetConfig
impl Hash for ResetConfig
source§impl Ord for ResetConfig
impl Ord for ResetConfig
source§fn cmp(&self, other: &ResetConfig) -> Ordering
fn cmp(&self, other: &ResetConfig) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ResetConfig
impl PartialEq for ResetConfig
source§fn eq(&self, other: &ResetConfig) -> bool
fn eq(&self, other: &ResetConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ResetConfig
impl PartialOrd for ResetConfig
source§fn partial_cmp(&self, other: &ResetConfig) -> Option<Ordering>
fn partial_cmp(&self, other: &ResetConfig) -> Option<Ordering>
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 Eq for ResetConfig
impl StructuralEq for ResetConfig
impl StructuralPartialEq for ResetConfig
Auto Trait Implementations§
impl RefUnwindSafe for ResetConfig
impl Send for ResetConfig
impl Sync for ResetConfig
impl Unpin for ResetConfig
impl UnwindSafe for ResetConfig
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