pub struct ChartDir {
pub name: String,
pub files: Vec<ChartFile>,
}Expand description
The rendered chart — a flat list of files, plus the chart name.
Fields§
§name: StringChart name — e.g. lareira-hello-rio. Used as the output dir name.
files: Vec<ChartFile>Implementations§
Trait Implementations§
impl Eq for ChartDir
impl StructuralPartialEq for ChartDir
Auto Trait Implementations§
impl Freeze for ChartDir
impl RefUnwindSafe for ChartDir
impl Send for ChartDir
impl Sync for ChartDir
impl Unpin for ChartDir
impl UnsafeUnpin for ChartDir
impl UnwindSafe for ChartDir
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.