pub struct ReduceStrategy {
pub routine: RoutineStrategy,
pub line_size: LineSizeStrategy,
}Fields§
§routine: RoutineStrategy§line_size: LineSizeStrategyTrait Implementations§
Source§impl Clone for ReduceStrategy
impl Clone for ReduceStrategy
Source§fn clone(&self) -> ReduceStrategy
fn clone(&self) -> ReduceStrategy
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ReduceStrategy
impl RefUnwindSafe for ReduceStrategy
impl Send for ReduceStrategy
impl Sync for ReduceStrategy
impl Unpin for ReduceStrategy
impl UnwindSafe for ReduceStrategy
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