pub struct ResumePlan {
pub run_id: String,
pub answers_path: PathBuf,
pub receipt_dir: Option<PathBuf>,
pub json: bool,
}Fields§
§run_id: String§answers_path: PathBuf§receipt_dir: Option<PathBuf>§json: boolTrait Implementations§
Source§impl Debug for ResumePlan
impl Debug for ResumePlan
impl Eq for ResumePlan
Source§impl PartialEq for ResumePlan
impl PartialEq for ResumePlan
Source§fn eq(&self, other: &ResumePlan) -> bool
fn eq(&self, other: &ResumePlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResumePlan
Auto Trait Implementations§
impl Freeze for ResumePlan
impl RefUnwindSafe for ResumePlan
impl Send for ResumePlan
impl Sync for ResumePlan
impl Unpin for ResumePlan
impl UnsafeUnpin for ResumePlan
impl UnwindSafe for ResumePlan
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.