pub struct HomePromptReport {
pub product: String,
pub output_path: PathBuf,
pub rendered: bool,
}Fields§
§product: String§output_path: PathBuf§rendered: boolTrait Implementations§
Source§impl Debug for HomePromptReport
impl Debug for HomePromptReport
impl Eq for HomePromptReport
Source§impl PartialEq for HomePromptReport
impl PartialEq for HomePromptReport
impl StructuralPartialEq for HomePromptReport
Auto Trait Implementations§
impl Freeze for HomePromptReport
impl RefUnwindSafe for HomePromptReport
impl Send for HomePromptReport
impl Sync for HomePromptReport
impl Unpin for HomePromptReport
impl UnsafeUnpin for HomePromptReport
impl UnwindSafe for HomePromptReport
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.