Enum coded_chars::control::area::AreaPosition
source · pub enum AreaPosition {
AfterCursor,
BeforeCursor,
Whole,
}Variants§
Trait Implementations§
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