pub enum SampleMethod {
BERNOULLI,
SYSTEM,
}
Available on crate feature
backend-postgres
only.Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for SampleMethod
impl Clone for SampleMethod
Sourceยงfn clone(&self) -> SampleMethod
fn clone(&self) -> SampleMethod
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 SampleMethod
impl Debug for SampleMethod
Sourceยงimpl PartialEq for SampleMethod
impl PartialEq for SampleMethod
impl Copy for SampleMethod
impl Eq for SampleMethod
impl StructuralPartialEq for SampleMethod
Auto Trait Implementationsยง
impl Freeze for SampleMethod
impl RefUnwindSafe for SampleMethod
impl Send for SampleMethod
impl Sync for SampleMethod
impl Unpin for SampleMethod
impl UnwindSafe for SampleMethod
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