struct WriteUndo {
og: Vec<u8>,
path: Utf8PathBuf,
}
Fields§
§og: Vec<u8>
§path: Utf8PathBuf
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WriteUndo
impl RefUnwindSafe for WriteUndo
impl Send for WriteUndo
impl Sync for WriteUndo
impl Unpin for WriteUndo
impl UnwindSafe for WriteUndo
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