Struct command_palette2::CommandInterceptResult
source · pub struct CommandInterceptResult {
pub action: Box<dyn Action>,
pub string: String,
pub positions: Vec<usize>,
}
Fields§
§action: Box<dyn Action>
§string: String
§positions: Vec<usize>
Auto Trait Implementations§
impl !RefUnwindSafe for CommandInterceptResult
impl !Send for CommandInterceptResult
impl !Sync for CommandInterceptResult
impl Unpin for CommandInterceptResult
impl !UnwindSafe for CommandInterceptResult
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