pub struct SelectedSpeculativeCompletion;Expand description
Selected exact-completion policy.
Trait Implementations§
Source§impl Clone for SelectedSpeculativeCompletion
impl Clone for SelectedSpeculativeCompletion
Source§fn clone(&self) -> SelectedSpeculativeCompletion
fn clone(&self) -> SelectedSpeculativeCompletion
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 SelectedSpeculativeCompletion
impl Eq for SelectedSpeculativeCompletion
impl StructuralPartialEq for SelectedSpeculativeCompletion
Auto Trait Implementations§
impl Freeze for SelectedSpeculativeCompletion
impl RefUnwindSafe for SelectedSpeculativeCompletion
impl Send for SelectedSpeculativeCompletion
impl Sync for SelectedSpeculativeCompletion
impl Unpin for SelectedSpeculativeCompletion
impl UnsafeUnpin for SelectedSpeculativeCompletion
impl UnwindSafe for SelectedSpeculativeCompletion
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