pub enum PromptPosition {
End,
Index(usize),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PromptPosition
impl RefUnwindSafe for PromptPosition
impl Send for PromptPosition
impl Sync for PromptPosition
impl Unpin for PromptPosition
impl UnsafeUnpin for PromptPosition
impl UnwindSafe for PromptPosition
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