pub struct CollectPolicy {
pub expand_small_ranges: bool,
pub range_expansion_limit: usize,
pub include_names: bool,
}Expand description
Policy controlling how references are collected.
Fields§
§expand_small_ranges: bool§range_expansion_limit: usize§include_names: boolTrait Implementations§
Source§impl Clone for CollectPolicy
impl Clone for CollectPolicy
Source§fn clone(&self) -> CollectPolicy
fn clone(&self) -> CollectPolicy
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 moreSource§impl Debug for CollectPolicy
impl Debug for CollectPolicy
Auto Trait Implementations§
impl Freeze for CollectPolicy
impl RefUnwindSafe for CollectPolicy
impl Send for CollectPolicy
impl Sync for CollectPolicy
impl Unpin for CollectPolicy
impl UnwindSafe for CollectPolicy
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