pub struct ActionDebugInfo {
pub id: String,
pub label: String,
pub action_type: String,
}Expand description
Debug information for an action
Fields§
§id: StringAction ID
label: StringDisplay label
action_type: StringAction type (Trigger, BeatSync, etc.)
Trait Implementations§
Source§impl Clone for ActionDebugInfo
impl Clone for ActionDebugInfo
Source§fn clone(&self) -> ActionDebugInfo
fn clone(&self) -> ActionDebugInfo
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 ActionDebugInfo
impl RefUnwindSafe for ActionDebugInfo
impl Send for ActionDebugInfo
impl Sync for ActionDebugInfo
impl Unpin for ActionDebugInfo
impl UnwindSafe for ActionDebugInfo
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