pub struct CompletionList { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CompletionList
impl Clone for CompletionList
Source§fn clone(&self) -> CompletionList
fn clone(&self) -> CompletionList
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 moreimpl Copy for CompletionList
Source§impl Debug for CompletionList
impl Debug for CompletionList
Auto Trait Implementations§
impl Freeze for CompletionList
impl RefUnwindSafe for CompletionList
impl Send for CompletionList
impl Sync for CompletionList
impl Unpin for CompletionList
impl UnsafeUnpin for CompletionList
impl UnwindSafe for CompletionList
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