pub struct DiscoverOptions {
pub max_depth: usize,
pub min_confidence: Confidence,
pub include_kinds: Option<BTreeSet<RootKind>>,
pub expand_workspaces: bool,
pub nested_vcs: bool,
}Fields§
§max_depth: usize§min_confidence: Confidence§include_kinds: Option<BTreeSet<RootKind>>§expand_workspaces: bool§nested_vcs: boolTrait Implementations§
Source§impl Clone for DiscoverOptions
impl Clone for DiscoverOptions
Source§fn clone(&self) -> DiscoverOptions
fn clone(&self) -> DiscoverOptions
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 DiscoverOptions
impl Debug for DiscoverOptions
Auto Trait Implementations§
impl Freeze for DiscoverOptions
impl RefUnwindSafe for DiscoverOptions
impl Send for DiscoverOptions
impl Sync for DiscoverOptions
impl Unpin for DiscoverOptions
impl UnsafeUnpin for DiscoverOptions
impl UnwindSafe for DiscoverOptions
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