pub struct AegFileSystem;Implementations§
Source§impl AegFileSystem
impl AegFileSystem
pub fn get_config_path() -> PathBuf
pub fn reset_files()
pub fn validate_files()
pub fn initialize_config( overwrite: Option<bool>, verbose_mode: Option<bool>, ) -> PathBuf
pub fn write_collection_lock_json(data: &str, auth_key: &str)
pub fn read_collection_lock() -> String
pub fn read_collection_lock_obj() -> CollectionLock
pub fn write_collection_lock_default(auth_key: &str)
Auto Trait Implementations§
impl Freeze for AegFileSystem
impl RefUnwindSafe for AegFileSystem
impl Send for AegFileSystem
impl Sync for AegFileSystem
impl Unpin for AegFileSystem
impl UnwindSafe for AegFileSystem
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