pub struct PerShellKey {
pub default: Option<TriggerKey>,
pub bash: Option<TriggerKey>,
pub zsh: Option<TriggerKey>,
pub pwsh: Option<TriggerKey>,
pub nu: Option<TriggerKey>,
}Fields§
§default: Option<TriggerKey>§bash: Option<TriggerKey>§zsh: Option<TriggerKey>§pwsh: Option<TriggerKey>§nu: Option<TriggerKey>Trait Implementations§
Source§impl Clone for PerShellKey
impl Clone for PerShellKey
Source§fn clone(&self) -> PerShellKey
fn clone(&self) -> PerShellKey
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 PerShellKey
impl Debug for PerShellKey
Source§impl Default for PerShellKey
impl Default for PerShellKey
Source§fn default() -> PerShellKey
fn default() -> PerShellKey
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PerShellKey
impl<'de> Deserialize<'de> for PerShellKey
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 PerShellKey
impl PartialEq for PerShellKey
Source§impl Serialize for PerShellKey
impl Serialize for PerShellKey
impl Eq for PerShellKey
impl StructuralPartialEq for PerShellKey
Auto Trait Implementations§
impl Freeze for PerShellKey
impl RefUnwindSafe for PerShellKey
impl Send for PerShellKey
impl Sync for PerShellKey
impl Unpin for PerShellKey
impl UnsafeUnpin for PerShellKey
impl UnwindSafe for PerShellKey
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.