pub enum ProjFiles {
Conf,
Data,
Log,
}Variants§
Auto Trait Implementations§
impl Freeze for ProjFiles
impl RefUnwindSafe for ProjFiles
impl Send for ProjFiles
impl Sync for ProjFiles
impl Unpin for ProjFiles
impl UnsafeUnpin for ProjFiles
impl UnwindSafe for ProjFiles
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