pub struct ClearCommand { /* private fields */ }Expand description
The CLEAR command.
Implementations§
Source§impl ClearCommand
impl ClearCommand
Trait Implementations§
Source§impl Callable for ClearCommand
impl Callable for ClearCommand
Source§fn async_exec<'life0, 'life1, 'async_trait>(
&'life0 self,
_scope: Scope<'life1>,
) -> Pin<Box<dyn Future<Output = CallResult<()>> + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn async_exec<'life0, 'life1, 'async_trait>(
&'life0 self,
_scope: Scope<'life1>,
) -> Pin<Box<dyn Future<Output = CallResult<()>> + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
Executes the callable if it is asynchronous.
Auto Trait Implementations§
impl Freeze for ClearCommand
impl !RefUnwindSafe for ClearCommand
impl !Send for ClearCommand
impl !Sync for ClearCommand
impl Unpin for ClearCommand
impl UnsafeUnpin for ClearCommand
impl !UnwindSafe for ClearCommand
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