pub enum SpreadTypeData {
Linear,
Triangular,
}Expand description
Spread type for random spread placement.
Variants§
Trait Implementations§
Source§impl Clone for SpreadTypeData
impl Clone for SpreadTypeData
Source§fn clone(&self) -> SpreadTypeData
fn clone(&self) -> SpreadTypeData
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 SpreadTypeData
Auto Trait Implementations§
impl Freeze for SpreadTypeData
impl RefUnwindSafe for SpreadTypeData
impl Send for SpreadTypeData
impl Sync for SpreadTypeData
impl Unpin for SpreadTypeData
impl UnsafeUnpin for SpreadTypeData
impl UnwindSafe for SpreadTypeData
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