pub struct OutputPath { /* private fields */ }
Trait Implementations§
Source§impl Clone for OutputPath
impl Clone for OutputPath
Source§fn clone(&self) -> OutputPath
fn clone(&self) -> OutputPath
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 Default for OutputPath
impl Default for OutputPath
Source§fn default() -> OutputPath
fn default() -> OutputPath
Returns the “default value” for a type. Read more
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 OutputPath
impl RefUnwindSafe for OutputPath
impl Send for OutputPath
impl Sync for OutputPath
impl Unpin for OutputPath
impl UnwindSafe for OutputPath
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