Enum wick_config::v1::SqlQueryKind
source · pub enum SqlQueryKind {
SqlQueryOperationDefinition(SqlQueryOperationDefinition),
SqlExecOperationDefinition(SqlExecOperationDefinition),
}Variants§
SqlQueryOperationDefinition(SqlQueryOperationDefinition)
A variant representing a SqlQueryOperationDefinition type.
SqlExecOperationDefinition(SqlExecOperationDefinition)
A variant representing a SqlExecOperationDefinition type.
Trait Implementations§
source§impl Clone for SqlQueryKind
impl Clone for SqlQueryKind
source§fn clone(&self) -> SqlQueryKind
fn clone(&self) -> SqlQueryKind
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 SqlQueryKind
impl Debug for SqlQueryKind
source§impl<'de> Deserialize<'de> for SqlQueryKind
impl<'de> Deserialize<'de> for SqlQueryKind
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 PartialEq<SqlQueryKind> for SqlQueryKind
impl PartialEq<SqlQueryKind> for SqlQueryKind
source§fn eq(&self, other: &SqlQueryKind) -> bool
fn eq(&self, other: &SqlQueryKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SqlQueryKind
impl Serialize for SqlQueryKind
source§impl TryFrom<SqlOperationDefinition> for SqlQueryKind
impl TryFrom<SqlOperationDefinition> for SqlQueryKind
§type Error = ManifestError
type Error = ManifestError
The type returned in the event of a conversion error.
source§impl TryFrom<SqlQueryKind> for SqlOperationDefinition
impl TryFrom<SqlQueryKind> for SqlOperationDefinition
§type Error = ManifestError
type Error = ManifestError
The type returned in the event of a conversion error.
impl StructuralPartialEq for SqlQueryKind
Auto Trait Implementations§
impl RefUnwindSafe for SqlQueryKind
impl Send for SqlQueryKind
impl Sync for SqlQueryKind
impl Unpin for SqlQueryKind
impl UnwindSafe for SqlQueryKind
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