pub struct RuntimePaths {
pub runtime_dir: PathBuf,
pub socket_path: PathBuf,
}Fields§
§runtime_dir: PathBuf§socket_path: PathBufImplementations§
Source§impl RuntimePaths
impl RuntimePaths
Trait Implementations§
Source§impl Clone for RuntimePaths
impl Clone for RuntimePaths
Source§fn clone(&self) -> RuntimePaths
fn clone(&self) -> RuntimePaths
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§impl Debug for RuntimePaths
impl Debug for RuntimePaths
Auto Trait Implementations§
impl Freeze for RuntimePaths
impl RefUnwindSafe for RuntimePaths
impl Send for RuntimePaths
impl Sync for RuntimePaths
impl Unpin for RuntimePaths
impl UnsafeUnpin for RuntimePaths
impl UnwindSafe for RuntimePaths
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