pub enum AreaPosition {
AfterCursor,
BeforeCursor,
Whole,
}Variants§
Trait Implementations§
Source§impl Clone for AreaPosition
impl Clone for AreaPosition
Source§fn clone(&self) -> AreaPosition
fn clone(&self) -> AreaPosition
Returns a duplicate 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 Debug for AreaPosition
impl Debug for AreaPosition
Source§impl Display for AreaPosition
impl Display for AreaPosition
impl Copy for AreaPosition
Auto Trait Implementations§
impl Freeze for AreaPosition
impl RefUnwindSafe for AreaPosition
impl Send for AreaPosition
impl Sync for AreaPosition
impl Unpin for AreaPosition
impl UnwindSafe for AreaPosition
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