pub enum Reset {
ALL,
ConfigurationParameter(ObjectName),
}Expand description
Variants of the RESET statement
Variants§
ALL
Resets all session parameters to their default values.
ConfigurationParameter(ObjectName)
Resets a specific session parameter to its default value.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Reset
impl<'de> Deserialize<'de> for Reset
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Reset
impl Ord for Reset
Source§impl PartialOrd for Reset
impl PartialOrd for Reset
Source§impl VisitMut for Reset
impl VisitMut for Reset
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
impl Eq for Reset
impl StructuralPartialEq for Reset
Auto Trait Implementations§
impl Freeze for Reset
impl RefUnwindSafe for Reset
impl Send for Reset
impl Sync for Reset
impl Unpin for Reset
impl UnwindSafe for Reset
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