pub struct Spacebar {
pub name: String,
pub desc: String,
pub spacebar: String,
}
Fields§
§name: String
§desc: String
§spacebar: String
Auto Trait Implementations§
impl Freeze for Spacebar
impl RefUnwindSafe for Spacebar
impl Send for Spacebar
impl Sync for Spacebar
impl Unpin for Spacebar
impl UnwindSafe for Spacebar
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