pub struct HelperFacts {
pub path: PathBuf,
pub state: HelperState,
}Expand description
What one helper turned out to be, once somebody went and looked.
Fields§
§path: PathBufWhere the program is.
state: HelperStateWhether it can be talked to, and what it said.
Trait Implementations§
Source§impl Clone for HelperFacts
impl Clone for HelperFacts
Source§fn clone(&self) -> HelperFacts
fn clone(&self) -> HelperFacts
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 HelperFacts
impl Debug for HelperFacts
impl Eq for HelperFacts
Source§impl PartialEq for HelperFacts
impl PartialEq for HelperFacts
impl StructuralPartialEq for HelperFacts
Auto Trait Implementations§
impl Freeze for HelperFacts
impl RefUnwindSafe for HelperFacts
impl Send for HelperFacts
impl Sync for HelperFacts
impl Unpin for HelperFacts
impl UnsafeUnpin for HelperFacts
impl UnwindSafe for HelperFacts
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.