pub struct SyncCompletion;Implementations§
Trait Implementations§
Source§impl Clone for SyncCompletion
impl Clone for SyncCompletion
Source§fn clone(&self) -> SyncCompletion
fn clone(&self) -> SyncCompletion
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl CompletionStrategy for SyncCompletion
impl CompletionStrategy for SyncCompletion
Source§impl Default for SyncCompletion
impl Default for SyncCompletion
Source§fn default() -> SyncCompletion
fn default() -> SyncCompletion
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SyncCompletion
impl RefUnwindSafe for SyncCompletion
impl Send for SyncCompletion
impl Sync for SyncCompletion
impl Unpin for SyncCompletion
impl UnsafeUnpin for SyncCompletion
impl UnwindSafe for SyncCompletion
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