struct Content {
kind: ActionKind,
payload: Payload,
effect: Effect,
note_elided: bool,
}Expand description
What a content action makes of the unit — the four things a
Action::Delay / Action::Hold may wrap, and the same four when
they stand alone.
Fields§
§kind: ActionKind§payload: Payload§effect: Effect§note_elided: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Content
impl RefUnwindSafe for Content
impl Send for Content
impl Sync for Content
impl Unpin for Content
impl UnsafeUnpin for Content
impl UnwindSafe for Content
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