#[non_exhaustive]pub struct NodeProjectionOptions { /* private fields */ }Expand description
Options controlling projection of a raw graph to file nodes.
Implementations§
Source§impl NodeProjectionOptions
impl NodeProjectionOptions
Sourcepub const fn includes_externals(self) -> bool
pub const fn includes_externals(self) -> bool
Returns whether external dependency targets become projected nodes.
Sourcepub const fn with_externals(self, include: bool) -> Self
pub const fn with_externals(self, include: bool) -> Self
Controls whether external dependency targets become projected nodes.
Trait Implementations§
Source§impl Clone for NodeProjectionOptions
impl Clone for NodeProjectionOptions
Source§fn clone(&self) -> NodeProjectionOptions
fn clone(&self) -> NodeProjectionOptions
Returns a copy 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 NodeProjectionOptions
impl Debug for NodeProjectionOptions
Source§impl Default for NodeProjectionOptions
impl Default for NodeProjectionOptions
Source§fn default() -> NodeProjectionOptions
fn default() -> NodeProjectionOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for NodeProjectionOptions
impl PartialEq for NodeProjectionOptions
impl Copy for NodeProjectionOptions
impl Eq for NodeProjectionOptions
impl StructuralPartialEq for NodeProjectionOptions
Auto Trait Implementations§
impl Freeze for NodeProjectionOptions
impl RefUnwindSafe for NodeProjectionOptions
impl Send for NodeProjectionOptions
impl Sync for NodeProjectionOptions
impl Unpin for NodeProjectionOptions
impl UnwindSafe for NodeProjectionOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.