pub struct DependencyViewOptions { /* private fields */ }
Implementations§
Source§impl DependencyViewOptions
impl DependencyViewOptions
pub fn with_depth(self, depth: usize) -> Self
pub fn with_representation( self, representation: DependencyViewRepresentation, ) -> Self
pub fn as_text_tree(self) -> Self
pub fn as_dot_graph(self, output_format: OutputFormat) -> Self
pub fn as_rdf_imports(self) -> Self
Trait Implementations§
Source§impl Clone for DependencyViewOptions
impl Clone for DependencyViewOptions
Source§fn clone(&self) -> DependencyViewOptions
fn clone(&self) -> DependencyViewOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DependencyViewOptions
impl Debug for DependencyViewOptions
Source§impl Default for DependencyViewOptions
impl Default for DependencyViewOptions
Source§fn default() -> DependencyViewOptions
fn default() -> DependencyViewOptions
Returns the “default value” for a type. Read more
impl Copy for DependencyViewOptions
Auto Trait Implementations§
impl Freeze for DependencyViewOptions
impl RefUnwindSafe for DependencyViewOptions
impl Send for DependencyViewOptions
impl Sync for DependencyViewOptions
impl Unpin for DependencyViewOptions
impl UnwindSafe for DependencyViewOptions
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