pub struct Completions { /* private fields */ }Implementations§
Source§impl Completions
impl Completions
pub async fn resolve( &self, key: AwaitEventKey, resolution: Resolution, ) -> Result<ResolveOutcome>
Trait Implementations§
Source§impl Clone for Completions
impl Clone for Completions
Source§fn clone(&self) -> Completions
fn clone(&self) -> Completions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for Completions
impl !UnwindSafe for Completions
impl Freeze for Completions
impl Send for Completions
impl Sync for Completions
impl Unpin for Completions
impl UnsafeUnpin for Completions
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