#[repr(i32)]pub enum DbPosKind {
Transient = 0,
Closed = 1,
Open = 2,
Invalid = 3,
}
Expand description
Double point position status
Variants§
Transient = 0
Transient status
Closed = 1
Closed status
Open = 2
Open status
Invalid = 3
Invalid status
Implementations§
Trait Implementations§
Source§impl Ord for DbPosKind
impl Ord for DbPosKind
Source§impl PartialOrd for DbPosKind
impl PartialOrd for DbPosKind
impl Copy for DbPosKind
impl Eq for DbPosKind
impl StructuralPartialEq for DbPosKind
Auto Trait Implementations§
impl Freeze for DbPosKind
impl RefUnwindSafe for DbPosKind
impl Send for DbPosKind
impl Sync for DbPosKind
impl Unpin for DbPosKind
impl UnwindSafe for DbPosKind
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