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