pub struct ReasonResult {
pub should_write_memory: bool,
pub summary: String,
pub actions: Vec<String>,
}Expand description
Result of 7-bit reasoning
Fields§
§should_write_memory: bool§summary: String§actions: Vec<String>Trait Implementations§
Source§impl Clone for ReasonResult
impl Clone for ReasonResult
Source§fn clone(&self) -> ReasonResult
fn clone(&self) -> ReasonResult
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 ReasonResult
impl RefUnwindSafe for ReasonResult
impl Send for ReasonResult
impl Sync for ReasonResult
impl Unpin for ReasonResult
impl UnwindSafe for ReasonResult
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