pub struct TableSample {
pub method: SampleMethod,
pub percentage: f64,
pub repeatable: Option<f64>,
}
Available on crate feature
backend-postgres
only.Fieldsยง
ยงmethod: SampleMethod
ยงpercentage: f64
ยงrepeatable: Option<f64>
Trait Implementationsยง
Sourceยงimpl Clone for TableSample
impl Clone for TableSample
Sourceยงfn clone(&self) -> TableSample
fn clone(&self) -> TableSample
Returns a copy 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 Debug for TableSample
impl Debug for TableSample
Sourceยงimpl PartialEq for TableSample
impl PartialEq for TableSample
impl Copy for TableSample
impl StructuralPartialEq for TableSample
Auto Trait Implementationsยง
impl Freeze for TableSample
impl RefUnwindSafe for TableSample
impl Send for TableSample
impl Sync for TableSample
impl Unpin for TableSample
impl UnwindSafe for TableSample
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