pub struct ClearDecision {
pub clear: bool,
pub diagnostic: String,
}Expand description
Outcome of the dispatch-time pre-emptive clear gate.
Fields§
§clear: bool§diagnostic: StringTrait Implementations§
Source§impl Clone for ClearDecision
impl Clone for ClearDecision
Source§fn clone(&self) -> ClearDecision
fn clone(&self) -> ClearDecision
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 ClearDecision
impl Debug for ClearDecision
Source§impl PartialEq for ClearDecision
impl PartialEq for ClearDecision
impl StructuralPartialEq for ClearDecision
Auto Trait Implementations§
impl Freeze for ClearDecision
impl RefUnwindSafe for ClearDecision
impl Send for ClearDecision
impl Sync for ClearDecision
impl Unpin for ClearDecision
impl UnsafeUnpin for ClearDecision
impl UnwindSafe for ClearDecision
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