pub struct BentoCommand {
pub name: String,
pub category: String,
}Fields§
§name: String§category: StringImplementations§
Trait Implementations§
Source§impl Clone for BentoCommand
impl Clone for BentoCommand
Source§fn clone(&self) -> BentoCommand
fn clone(&self) -> BentoCommand
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 BentoCommand
impl RefUnwindSafe for BentoCommand
impl Send for BentoCommand
impl Sync for BentoCommand
impl Unpin for BentoCommand
impl UnwindSafe for BentoCommand
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