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
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