pub struct ComponentActionOutcome {
pub handled: bool,
pub changed: bool,
pub events: Vec<UiAction>,
}Fields§
§handled: bool§changed: bool§events: Vec<UiAction>Implementations§
Trait Implementations§
Source§impl Clone for ComponentActionOutcome
impl Clone for ComponentActionOutcome
Source§fn clone(&self) -> ComponentActionOutcome
fn clone(&self) -> ComponentActionOutcome
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 ComponentActionOutcome
impl Debug for ComponentActionOutcome
Source§impl Default for ComponentActionOutcome
impl Default for ComponentActionOutcome
Source§fn default() -> ComponentActionOutcome
fn default() -> ComponentActionOutcome
Returns the “default value” for a type. Read more
impl Eq for ComponentActionOutcome
Source§impl From<bool> for ComponentActionOutcome
impl From<bool> for ComponentActionOutcome
Source§impl PartialEq for ComponentActionOutcome
impl PartialEq for ComponentActionOutcome
impl StructuralPartialEq for ComponentActionOutcome
Auto Trait Implementations§
impl Freeze for ComponentActionOutcome
impl RefUnwindSafe for ComponentActionOutcome
impl Send for ComponentActionOutcome
impl Sync for ComponentActionOutcome
impl Unpin for ComponentActionOutcome
impl UnsafeUnpin for ComponentActionOutcome
impl UnwindSafe for ComponentActionOutcome
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