Struct mcfly::command_input::CommandInput [−][src]
Expand description
CommandInput data structure
Fields
command: StringThe command itself
cursor: usizeThe current cursor position
len: usizeA cache of the length of command in graphemes (not bytes or chars!)
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommandInputimpl Send for CommandInputimpl Sync for CommandInputimpl Unpin for CommandInputimpl UnwindSafe for CommandInput