pub enum Affinity {
Before,
After,
}
Expand description
Whether to associate cursors placed at a boundary between runs with the run before or after it.
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Affinity
impl Ord for Affinity
Source§impl PartialOrd for Affinity
impl PartialOrd for Affinity
impl Copy for Affinity
impl Eq for Affinity
impl StructuralPartialEq for Affinity
Auto Trait Implementations§
impl Freeze for Affinity
impl RefUnwindSafe for Affinity
impl Send for Affinity
impl Sync for Affinity
impl Unpin for Affinity
impl UnwindSafe for Affinity
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