pub struct SamplesPerStep { /* private fields */ }Expand description
A hint to the total queryable samples in this step.
Implementations§
Trait Implementations§
Source§impl Clone for SamplesPerStep
impl Clone for SamplesPerStep
Source§fn clone(&self) -> SamplesPerStep
fn clone(&self) -> SamplesPerStep
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 moreSource§impl Debug for SamplesPerStep
impl Debug for SamplesPerStep
Source§impl<'de> Deserialize<'de> for SamplesPerStep
impl<'de> Deserialize<'de> for SamplesPerStep
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SamplesPerStep
impl PartialEq for SamplesPerStep
Source§fn eq(&self, other: &SamplesPerStep) -> bool
fn eq(&self, other: &SamplesPerStep) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SamplesPerStep
impl StructuralPartialEq for SamplesPerStep
Auto Trait Implementations§
impl Freeze for SamplesPerStep
impl RefUnwindSafe for SamplesPerStep
impl Send for SamplesPerStep
impl Sync for SamplesPerStep
impl Unpin for SamplesPerStep
impl UnsafeUnpin for SamplesPerStep
impl UnwindSafe for SamplesPerStep
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