pub struct VfsNavigator { /* private fields */ }Implementations§
pub fn get_absolute_file_path(&self) -> String
pub fn get_config(&self) -> Option<String>
pub fn get_config_path(&self, filename: &str) -> String
pub fn get_config_status(&self) -> ConfigStatus
pub fn get_file_path(&self) -> String
pub fn reset_to_path(&mut self, path: &str) -> NavigationStatus
pub fn to_child(&mut self, name: &str) -> NavigationStatus
pub fn to_parent(&mut self) -> NavigationStatus
Trait Implementations§
Source§fn clone(&self) -> VfsNavigator
fn clone(&self) -> VfsNavigator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§fn default() -> VfsNavigator
fn default() -> VfsNavigator
Returns the “default value” for a type. Read more
Auto Trait Implementations§
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