pub struct TreeReport {
pub built_tree: Option<String>,
pub head_tree: String,
pub tree_ok: bool,
pub recount: usize,
pub recount_ok: bool,
}Expand description
Invariants 3 and 4: the half that needs a built tree, and so a write.
Fields§
§built_tree: Option<String>§head_tree: String§tree_ok: bool§recount: usize§recount_ok: boolTrait Implementations§
Source§impl Clone for TreeReport
impl Clone for TreeReport
Source§fn clone(&self) -> TreeReport
fn clone(&self) -> TreeReport
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 TreeReport
impl Debug for TreeReport
Auto Trait Implementations§
impl Freeze for TreeReport
impl RefUnwindSafe for TreeReport
impl Send for TreeReport
impl Sync for TreeReport
impl Unpin for TreeReport
impl UnsafeUnpin for TreeReport
impl UnwindSafe for TreeReport
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