Struct tiger_lib::everything::Everything
source · pub struct Everything { /* private fields */ }Implementations§
source§impl Everything
impl Everything
pub fn new( vanilla_dir: &Path, mod_root: &Path, replace_paths: Vec<PathBuf> ) -> Result<Self, FilesError>
pub fn fullpath(&self, entry: &FileEntry) -> PathBuf
pub fn load_config_filtering_rules(&self)
pub fn load_output_settings(&self, default_colors: bool)
pub fn load_all(&mut self)
pub fn validate_all(&self)
pub fn check_rivers(&mut self)
pub fn check_pod(&mut self)
pub fn check_unused(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Everything
impl Send for Everything
impl Sync for Everything
impl Unpin for Everything
impl !UnwindSafe for Everything
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