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