Enum term_table::RowPosition
source · pub enum RowPosition {
First,
Mid,
Last,
}
Expand description
Represents the vertical position of a row
Variants§
Trait Implementations§
source§impl Clone for RowPosition
impl Clone for RowPosition
source§fn clone(&self) -> RowPosition
fn clone(&self) -> RowPosition
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 PartialEq for RowPosition
impl PartialEq for RowPosition
source§fn eq(&self, other: &RowPosition) -> bool
fn eq(&self, other: &RowPosition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RowPosition
impl Eq for RowPosition
impl StructuralPartialEq for RowPosition
Auto Trait Implementations§
impl Freeze for RowPosition
impl RefUnwindSafe for RowPosition
impl Send for RowPosition
impl Sync for RowPosition
impl Unpin for RowPosition
impl UnwindSafe for RowPosition
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)