pub struct ActionRow {
pub id: ActionId,
pub scope: Scope,
pub default: &'static str,
pub remappable: bool,
}Expand description
One catalog row. Defaults stay in this table.
Fields§
§id: ActionId§scope: Scope§default: &'static str§remappable: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ActionRow
impl RefUnwindSafe for ActionRow
impl Send for ActionRow
impl Sync for ActionRow
impl Unpin for ActionRow
impl UnsafeUnpin for ActionRow
impl UnwindSafe for ActionRow
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