pub struct EditPathStrategyOut(/* private fields */);
Expand description
The path an EditPathStrategy
settled on.
This may contain a RAII guard for a temporary file! Dropping it before you read from the file (for example, if you save the path but not the file) may invalidate the file.
Implementations§
Auto Trait Implementations§
impl Freeze for EditPathStrategyOut
impl RefUnwindSafe for EditPathStrategyOut
impl Send for EditPathStrategyOut
impl Sync for EditPathStrategyOut
impl Unpin for EditPathStrategyOut
impl UnwindSafe for EditPathStrategyOut
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