pub struct PendingInput { /* private fields */ }Expand description
The editor’s one prompt slot: open or closed, nothing in between.
Implementations§
Trait Implementations§
Source§impl Debug for PendingInput
impl Debug for PendingInput
Source§impl Default for PendingInput
impl Default for PendingInput
Source§fn default() -> PendingInput
fn default() -> PendingInput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PendingInput
impl RefUnwindSafe for PendingInput
impl Send for PendingInput
impl Sync for PendingInput
impl Unpin for PendingInput
impl UnsafeUnpin for PendingInput
impl UnwindSafe for PendingInput
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