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 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
Source§fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
Mutably visit this node with the provided
VisitorMut. Read moreimpl 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 UnsafeUnpin 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