pub struct MissionControlIntent {
pub kind: &'static str,
pub label: &'static str,
}Expand description
Command intent shown in Mission Control.
Fields§
§kind: &'static strIntent kind, such as approve or rerun-validation.
label: &'static strButton label.
Trait Implementations§
Source§impl Clone for MissionControlIntent
impl Clone for MissionControlIntent
Source§fn clone(&self) -> MissionControlIntent
fn clone(&self) -> MissionControlIntent
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 MissionControlIntent
impl Debug for MissionControlIntent
impl Eq for MissionControlIntent
Source§impl PartialEq for MissionControlIntent
impl PartialEq for MissionControlIntent
Source§fn eq(&self, other: &MissionControlIntent) -> bool
fn eq(&self, other: &MissionControlIntent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MissionControlIntent
Auto Trait Implementations§
impl Freeze for MissionControlIntent
impl RefUnwindSafe for MissionControlIntent
impl Send for MissionControlIntent
impl Sync for MissionControlIntent
impl Unpin for MissionControlIntent
impl UnsafeUnpin for MissionControlIntent
impl UnwindSafe for MissionControlIntent
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