Struct nektar::DataOperationType
source · pub struct DataOperationType(pub i32);Tuple Fields§
§0: i32Implementations§
source§impl DataOperationType
impl DataOperationType
pub const SELECT: DataOperationType = _
pub const INSERT: DataOperationType = _
pub const UPDATE: DataOperationType = _
pub const DELETE: DataOperationType = _
pub const UNSET: DataOperationType = _
pub const NO_TXN: DataOperationType = _
pub const ENUM_VALUES: &'static [Self] = _
Trait Implementations§
source§impl Clone for DataOperationType
impl Clone for DataOperationType
source§fn clone(&self) -> DataOperationType
fn clone(&self) -> DataOperationType
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 DataOperationType
impl Debug for DataOperationType
source§impl From<&DataOperationType> for i32
impl From<&DataOperationType> for i32
source§fn from(e: &DataOperationType) -> i32
fn from(e: &DataOperationType) -> i32
Converts to this type from the input type.
source§impl From<&i32> for DataOperationType
impl From<&i32> for DataOperationType
source§impl From<DataOperationType> for i32
impl From<DataOperationType> for i32
source§fn from(e: DataOperationType) -> i32
fn from(e: DataOperationType) -> i32
Converts to this type from the input type.
source§impl From<i32> for DataOperationType
impl From<i32> for DataOperationType
source§impl Hash for DataOperationType
impl Hash for DataOperationType
source§impl Ord for DataOperationType
impl Ord for DataOperationType
source§fn cmp(&self, other: &DataOperationType) -> Ordering
fn cmp(&self, other: &DataOperationType) -> 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 DataOperationType
impl PartialEq for DataOperationType
source§fn eq(&self, other: &DataOperationType) -> bool
fn eq(&self, other: &DataOperationType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for DataOperationType
impl PartialOrd for DataOperationType
source§fn partial_cmp(&self, other: &DataOperationType) -> Option<Ordering>
fn partial_cmp(&self, other: &DataOperationType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl TSerializable for DataOperationType
impl TSerializable for DataOperationType
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol ) -> Result<DataOperationType>
impl Copy for DataOperationType
impl Eq for DataOperationType
impl StructuralEq for DataOperationType
impl StructuralPartialEq for DataOperationType
Auto Trait Implementations§
impl RefUnwindSafe for DataOperationType
impl Send for DataOperationType
impl Sync for DataOperationType
impl Unpin for DataOperationType
impl UnwindSafe for DataOperationType
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