pub struct LiveThreadWorktree {
pub op_id: u64,
pub thread_name: String,
pub path: PathBuf,
}Expand description
A hazard whose materialized path still exists (caller-resolved FS fact).
Fields§
§op_id: u64§thread_name: String§path: PathBufTrait Implementations§
Source§impl Clone for LiveThreadWorktree
impl Clone for LiveThreadWorktree
Source§fn clone(&self) -> LiveThreadWorktree
fn clone(&self) -> LiveThreadWorktree
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LiveThreadWorktree
impl Debug for LiveThreadWorktree
impl Eq for LiveThreadWorktree
Source§impl PartialEq for LiveThreadWorktree
impl PartialEq for LiveThreadWorktree
impl StructuralPartialEq for LiveThreadWorktree
Auto Trait Implementations§
impl Freeze for LiveThreadWorktree
impl RefUnwindSafe for LiveThreadWorktree
impl Send for LiveThreadWorktree
impl Sync for LiveThreadWorktree
impl Unpin for LiveThreadWorktree
impl UnsafeUnpin for LiveThreadWorktree
impl UnwindSafe for LiveThreadWorktree
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