pub struct KeybindComponent {
pub keybind: String,
pub base: BaseComponent,
}
Fields§
§keybind: String
§base: BaseComponent
Trait Implementations§
Source§impl Clone for KeybindComponent
impl Clone for KeybindComponent
Source§fn clone(&self) -> KeybindComponent
fn clone(&self) -> KeybindComponent
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 moreSource§impl Debug for KeybindComponent
impl Debug for KeybindComponent
Source§impl<'de> Deserialize<'de> for KeybindComponent
impl<'de> Deserialize<'de> for KeybindComponent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for KeybindComponent
impl PartialEq for KeybindComponent
Source§impl Serialize for KeybindComponent
impl Serialize for KeybindComponent
impl StructuralPartialEq for KeybindComponent
Auto Trait Implementations§
impl Freeze for KeybindComponent
impl RefUnwindSafe for KeybindComponent
impl Send for KeybindComponent
impl Sync for KeybindComponent
impl Unpin for KeybindComponent
impl UnwindSafe for KeybindComponent
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