pub struct DecisionOutput {
pub reason: String,
pub result: bool,
}Fields§
§reason: String§result: boolTrait Implementations§
Source§impl Clone for DecisionOutput
impl Clone for DecisionOutput
Source§fn clone(&self) -> DecisionOutput
fn clone(&self) -> DecisionOutput
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 moreSource§impl Debug for DecisionOutput
impl Debug for DecisionOutput
Auto Trait Implementations§
impl Freeze for DecisionOutput
impl RefUnwindSafe for DecisionOutput
impl Send for DecisionOutput
impl Sync for DecisionOutput
impl Unpin for DecisionOutput
impl UnwindSafe for DecisionOutput
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