pub struct TOperationType(pub i32);
Tuple Fields§
§0: i32
Implementations§
Source§impl TOperationType
impl TOperationType
pub const EXECUTE_STATEMENT: TOperationType
pub const GET_TYPE_INFO: TOperationType
pub const GET_CATALOGS: TOperationType
pub const GET_SCHEMAS: TOperationType
pub const GET_TABLES: TOperationType
pub const GET_TABLE_TYPES: TOperationType
pub const GET_COLUMNS: TOperationType
pub const GET_FUNCTIONS: TOperationType
pub const UNKNOWN: TOperationType
pub const PROCEDURAL_SQL: TOperationType
pub const ENUM_VALUES: &'static [Self]
Trait Implementations§
Source§impl Clone for TOperationType
impl Clone for TOperationType
Source§fn clone(&self) -> TOperationType
fn clone(&self) -> TOperationType
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 TOperationType
impl Debug for TOperationType
Source§impl From<&TOperationType> for i32
impl From<&TOperationType> for i32
Source§fn from(e: &TOperationType) -> i32
fn from(e: &TOperationType) -> i32
Converts to this type from the input type.
Source§impl From<&i32> for TOperationType
impl From<&i32> for TOperationType
Source§impl From<TOperationType> for i32
impl From<TOperationType> for i32
Source§fn from(e: TOperationType) -> i32
fn from(e: TOperationType) -> i32
Converts to this type from the input type.
Source§impl From<i32> for TOperationType
impl From<i32> for TOperationType
Source§impl Hash for TOperationType
impl Hash for TOperationType
Source§impl Ord for TOperationType
impl Ord for TOperationType
Source§fn cmp(&self, other: &TOperationType) -> Ordering
fn cmp(&self, other: &TOperationType) -> 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 TOperationType
impl PartialEq for TOperationType
Source§impl PartialOrd for TOperationType
impl PartialOrd for TOperationType
Source§impl TSerializable for TOperationType
impl TSerializable for TOperationType
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol, ) -> Result<TOperationType>
impl Copy for TOperationType
impl Eq for TOperationType
impl StructuralPartialEq for TOperationType
Auto Trait Implementations§
impl Freeze for TOperationType
impl RefUnwindSafe for TOperationType
impl Send for TOperationType
impl Sync for TOperationType
impl Unpin for TOperationType
impl UnwindSafe for TOperationType
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