pub struct Repair {
pub declared_by: OwnerFact,
pub description: HumanProjection,
}Expand description
One repair the owner declared, projected for a person to read.
The citation is the load-bearing member. The text is a projection of it, and nothing here ever composes a repair the owner did not declare.
Fields§
§declared_by: OwnerFactThe owner fact that declares this repair.
description: HumanProjectionThe repair rendered for a person.
Trait Implementations§
impl Eq for Repair
impl StructuralPartialEq for Repair
Auto Trait Implementations§
impl Freeze for Repair
impl RefUnwindSafe for Repair
impl Send for Repair
impl Sync for Repair
impl Unpin for Repair
impl UnsafeUnpin for Repair
impl UnwindSafe for Repair
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