pub struct RutabagaPath {
pub path: PathBuf,
pub path_type: u32,
}Expand description
Information needed to open an OS-specific RutabagaConnection (TBD). Only Linux hosts are considered at the moment.
Fields§
§path: PathBuf§path_type: u32Trait Implementations§
Source§impl Clone for RutabagaPath
impl Clone for RutabagaPath
Source§fn clone(&self) -> RutabagaPath
fn clone(&self) -> RutabagaPath
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 moreAuto Trait Implementations§
impl Freeze for RutabagaPath
impl RefUnwindSafe for RutabagaPath
impl Send for RutabagaPath
impl Sync for RutabagaPath
impl Unpin for RutabagaPath
impl UnsafeUnpin for RutabagaPath
impl UnwindSafe for RutabagaPath
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