pub struct ActionEntry {
pub name: String,
pub category: String,
pub priority: u32,
pub enabled: bool,
}Fields§
§name: String§category: String§priority: u32§enabled: boolTrait Implementations§
Source§impl Clone for ActionEntry
impl Clone for ActionEntry
Source§fn clone(&self) -> ActionEntry
fn clone(&self) -> ActionEntry
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 ActionEntry
impl RefUnwindSafe for ActionEntry
impl Send for ActionEntry
impl Sync for ActionEntry
impl Unpin for ActionEntry
impl UnsafeUnpin for ActionEntry
impl UnwindSafe for ActionEntry
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