pub enum SetValue {
Default,
Value(String),
}Expand description
SP37: the right-hand side of a SET (or the value form of SET TIME ZONE).
Default is SET ... = DEFAULT / SET TIME ZONE { DEFAULT | LOCAL } (resets
the parameter to its built-in default); Value is a literal/identifier value.
Variants§
Trait Implementations§
impl Eq for SetValue
impl StructuralPartialEq for SetValue
Auto Trait Implementations§
impl Freeze for SetValue
impl RefUnwindSafe for SetValue
impl Send for SetValue
impl Sync for SetValue
impl Unpin for SetValue
impl UnsafeUnpin for SetValue
impl UnwindSafe for SetValue
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