pub struct ReduceRequirements {
pub coordinates: bool,
}Expand description
Whether we keep track of coordinates of items
Fields§
§coordinates: boolTrait Implementations§
Source§impl Clone for ReduceRequirements
impl Clone for ReduceRequirements
impl Copy for ReduceRequirements
Auto Trait Implementations§
impl Freeze for ReduceRequirements
impl RefUnwindSafe for ReduceRequirements
impl Send for ReduceRequirements
impl Sync for ReduceRequirements
impl Unpin for ReduceRequirements
impl UnsafeUnpin for ReduceRequirements
impl UnwindSafe for ReduceRequirements
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