pub enum SetSessionParamKind {
Generic(SetSessionParamGeneric),
IdentityInsert(SetSessionParamIdentityInsert),
Offsets(SetSessionParamOffsets),
Statistics(SetSessionParamStatistics),
}Variants§
Generic(SetSessionParamGeneric)
IdentityInsert(SetSessionParamIdentityInsert)
Offsets(SetSessionParamOffsets)
Statistics(SetSessionParamStatistics)
Trait Implementations§
Source§impl Clone for SetSessionParamKind
impl Clone for SetSessionParamKind
Source§fn clone(&self) -> SetSessionParamKind
fn clone(&self) -> SetSessionParamKind
Returns a duplicate 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 SetSessionParamKind
impl Debug for SetSessionParamKind
Source§impl<'de> Deserialize<'de> for SetSessionParamKind
impl<'de> Deserialize<'de> for SetSessionParamKind
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 Display for SetSessionParamKind
impl Display for SetSessionParamKind
Source§impl Hash for SetSessionParamKind
impl Hash for SetSessionParamKind
Source§impl Ord for SetSessionParamKind
impl Ord for SetSessionParamKind
Source§fn cmp(&self, other: &SetSessionParamKind) -> Ordering
fn cmp(&self, other: &SetSessionParamKind) -> 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 SetSessionParamKind
impl PartialEq for SetSessionParamKind
Source§impl PartialOrd for SetSessionParamKind
impl PartialOrd for SetSessionParamKind
Source§impl Serialize for SetSessionParamKind
impl Serialize for SetSessionParamKind
Source§impl Visit for SetSessionParamKind
impl Visit for SetSessionParamKind
Source§impl VisitMut for SetSessionParamKind
impl VisitMut for SetSessionParamKind
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
impl Eq for SetSessionParamKind
impl StructuralPartialEq for SetSessionParamKind
Auto Trait Implementations§
impl Freeze for SetSessionParamKind
impl RefUnwindSafe for SetSessionParamKind
impl Send for SetSessionParamKind
impl Sync for SetSessionParamKind
impl Unpin for SetSessionParamKind
impl UnwindSafe for SetSessionParamKind
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