pub struct FallbackDriftConfig {
pub min: i32,
pub max: i32,
}Fields§
§min: i32§max: i32Trait Implementations§
Source§impl Clone for FallbackDriftConfig
impl Clone for FallbackDriftConfig
Source§fn clone(&self) -> FallbackDriftConfig
fn clone(&self) -> FallbackDriftConfig
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 FallbackDriftConfig
impl Debug for FallbackDriftConfig
Source§impl PartialEq for FallbackDriftConfig
impl PartialEq for FallbackDriftConfig
Source§fn eq(&self, other: &FallbackDriftConfig) -> bool
fn eq(&self, other: &FallbackDriftConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FallbackDriftConfig
Auto Trait Implementations§
impl Freeze for FallbackDriftConfig
impl RefUnwindSafe for FallbackDriftConfig
impl Send for FallbackDriftConfig
impl Sync for FallbackDriftConfig
impl Unpin for FallbackDriftConfig
impl UnsafeUnpin for FallbackDriftConfig
impl UnwindSafe for FallbackDriftConfig
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