#[repr(C)]pub struct Path { /* private fields */ }
Trait Implementations§
Source§impl From<OutputPath> for Path
impl From<OutputPath> for Path
Source§fn from(output_path: OutputPath) -> Self
fn from(output_path: OutputPath) -> Self
Converts to this type from the input type.
Source§impl Into<OutputPath> for Path
impl Into<OutputPath> for Path
Source§fn into(self) -> OutputPath
fn into(self) -> OutputPath
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for Path
impl RefUnwindSafe for Path
impl !Send for Path
impl !Sync for Path
impl Unpin for Path
impl UnwindSafe for Path
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