Struct organic::settings::LocalFileAccessInterface
source · pub struct LocalFileAccessInterface {
pub working_directory: Option<PathBuf>,
}Fields§
§working_directory: Option<PathBuf>Trait Implementations§
source§impl Clone for LocalFileAccessInterface
impl Clone for LocalFileAccessInterface
source§fn clone(&self) -> LocalFileAccessInterface
fn clone(&self) -> LocalFileAccessInterface
Returns a copy 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 LocalFileAccessInterface
impl Debug for LocalFileAccessInterface
Auto Trait Implementations§
impl RefUnwindSafe for LocalFileAccessInterface
impl Send for LocalFileAccessInterface
impl Sync for LocalFileAccessInterface
impl Unpin for LocalFileAccessInterface
impl UnwindSafe for LocalFileAccessInterface
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