pub struct IncludesCollections(/* private fields */);
Expand description
Data collected on the file path and PlantUML diagrams in the file for the include process.
Implementations§
Source§impl IncludesCollections
impl IncludesCollections
Sourcepub fn new(inner: HashMap<PathBuf, PlantUmlFileData>) -> Self
pub fn new(inner: HashMap<PathBuf, PlantUmlFileData>) -> Self
Creates a new IncludesCollections
.
Trait Implementations§
Source§impl Clone for IncludesCollections
impl Clone for IncludesCollections
Source§fn clone(&self) -> IncludesCollections
fn clone(&self) -> IncludesCollections
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 IncludesCollections
impl Debug for IncludesCollections
Source§impl From<HashMap<PathBuf, PlantUmlFileData>> for IncludesCollections
impl From<HashMap<PathBuf, PlantUmlFileData>> for IncludesCollections
Auto Trait Implementations§
impl Freeze for IncludesCollections
impl RefUnwindSafe for IncludesCollections
impl Send for IncludesCollections
impl Sync for IncludesCollections
impl Unpin for IncludesCollections
impl UnwindSafe for IncludesCollections
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