pub enum SupportingFileType {
Template,
Example,
Script,
Reference,
Other,
}Expand description
Type classification for supporting files.
Variants§
Template
Template files (.md, .txt in templates/).
Example
Example files (in examples/).
Script
Script files (in scripts/ or .sh/.py/.js).
Reference
Reference documentation (.md files).
Other
Other file types.
Trait Implementations§
Source§impl Clone for SupportingFileType
impl Clone for SupportingFileType
Source§fn clone(&self) -> SupportingFileType
fn clone(&self) -> SupportingFileType
Returns a duplicate 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 SupportingFileType
impl Debug for SupportingFileType
Source§impl PartialEq for SupportingFileType
impl PartialEq for SupportingFileType
impl Eq for SupportingFileType
impl StructuralPartialEq for SupportingFileType
Auto Trait Implementations§
impl Freeze for SupportingFileType
impl RefUnwindSafe for SupportingFileType
impl Send for SupportingFileType
impl Sync for SupportingFileType
impl Unpin for SupportingFileType
impl UnsafeUnpin for SupportingFileType
impl UnwindSafe for SupportingFileType
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.