pub struct UpstreamPaths {
pub dirs: AppDirs,
pub config: ConfigPaths,
pub install: InstallPaths,
pub integration: IntegrationPaths,
}Expand description
Convenience wrapper that holds all path types
Fields§
§dirs: AppDirs§config: ConfigPaths§install: InstallPaths§integration: IntegrationPathsImplementations§
Source§impl UpstreamPaths
impl UpstreamPaths
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpstreamPaths
impl RefUnwindSafe for UpstreamPaths
impl Send for UpstreamPaths
impl Sync for UpstreamPaths
impl Unpin for UpstreamPaths
impl UnsafeUnpin for UpstreamPaths
impl UnwindSafe for UpstreamPaths
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