pub struct Staged {
pub path: PathBuf,
pub written: u64,
/* private fields */
}Fields§
§path: PathBuf§written: u64Auto Trait Implementations§
impl Freeze for Staged
impl RefUnwindSafe for Staged
impl Send for Staged
impl Sync for Staged
impl Unpin for Staged
impl UnsafeUnpin for Staged
impl UnwindSafe for Staged
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