pub struct ShellHistoryProvider;Trait Implementations§
Source§impl Provider for ShellHistoryProvider
impl Provider for ShellHistoryProvider
fn name(&self) -> &str
fn description(&self) -> &str
fn position(&self) -> i32
fn get<'life0, 'life1, 'life2, 'life3, 'async_trait>(
&'life0 self,
message: &'life1 Value,
_state: &'life2 Value,
service: Option<&'life3 ShellService>,
) -> Pin<Box<dyn Future<Output = ProviderResult> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
'life3: 'async_trait,
Auto Trait Implementations§
impl Freeze for ShellHistoryProvider
impl RefUnwindSafe for ShellHistoryProvider
impl Send for ShellHistoryProvider
impl Sync for ShellHistoryProvider
impl Unpin for ShellHistoryProvider
impl UnwindSafe for ShellHistoryProvider
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