pub struct PluginGraphs {
pub files: Graph,
}Fields§
§files: GraphThe single file-level graph: File nodes + External library nodes,
connected by file→file Uses/Reexports edges and file→library
Uses {external} edges.
Trait Implementations§
Source§impl Clone for PluginGraphs
impl Clone for PluginGraphs
Source§fn clone(&self) -> PluginGraphs
fn clone(&self) -> PluginGraphs
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 PluginGraphs
impl Debug for PluginGraphs
Source§impl Default for PluginGraphs
impl Default for PluginGraphs
Source§fn default() -> PluginGraphs
fn default() -> PluginGraphs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PluginGraphs
impl<'de> Deserialize<'de> for PluginGraphs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PluginGraphs
impl RefUnwindSafe for PluginGraphs
impl Send for PluginGraphs
impl Sync for PluginGraphs
impl Unpin for PluginGraphs
impl UnsafeUnpin for PluginGraphs
impl UnwindSafe for PluginGraphs
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