Enum odbc_sys::FetchOrientation [−][src]
#[repr(u16)]
pub enum FetchOrientation {
Next,
First,
Last,
Prior,
Absolute,
Relative,
FirstUser,
FirstSystem,
}Codes used for FetchOrientation in SQLFetchScroll, SQLDataSources and in SQLDrivers
Variants
Trait Implementations
impl Clone for FetchOrientation[src]
impl Clone for FetchOrientation[src]fn clone(&self) -> FetchOrientation[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for FetchOrientation[src]
impl Copy for FetchOrientation[src]impl Eq for FetchOrientation[src]
impl Eq for FetchOrientation[src]impl PartialEq<FetchOrientation> for FetchOrientation[src]
impl PartialEq<FetchOrientation> for FetchOrientation[src]impl StructuralEq for FetchOrientation[src]
impl StructuralEq for FetchOrientation[src]impl StructuralPartialEq for FetchOrientation[src]
impl StructuralPartialEq for FetchOrientation[src]Auto Trait Implementations
impl RefUnwindSafe for FetchOrientation
impl RefUnwindSafe for FetchOrientationimpl Send for FetchOrientation
impl Send for FetchOrientationimpl Sync for FetchOrientation
impl Sync for FetchOrientationimpl Unpin for FetchOrientation
impl Unpin for FetchOrientationimpl UnwindSafe for FetchOrientation
impl UnwindSafe for FetchOrientation