pub struct WizardRunResult {
pub answer_set: AnswerSet,
pub answer_set_cbor_hex: String,
}Fields§
§answer_set: AnswerSet§answer_set_cbor_hex: StringTrait Implementations§
Source§impl Clone for WizardRunResult
impl Clone for WizardRunResult
Source§fn clone(&self) -> WizardRunResult
fn clone(&self) -> WizardRunResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WizardRunResult
impl RefUnwindSafe for WizardRunResult
impl Send for WizardRunResult
impl Sync for WizardRunResult
impl Unpin for WizardRunResult
impl UnsafeUnpin for WizardRunResult
impl UnwindSafe for WizardRunResult
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