Struct kpdb::Association
source · [−]Expand description
An auto-type association.
Fields
keystroke_sequence: String
Auto-type keystroke sequence.
window: String
Auto-type window.
Trait Implementations
sourceimpl Clone for Association
impl Clone for Association
sourcefn clone(&self) -> Association
fn clone(&self) -> Association
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Association
impl Debug for Association
sourceimpl Ord for Association
impl Ord for Association
sourcefn cmp(&self, other: &Association) -> Ordering
fn cmp(&self, other: &Association) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<Association> for Association
impl PartialEq<Association> for Association
sourcefn eq(&self, other: &Association) -> bool
fn eq(&self, other: &Association) -> bool
sourceimpl PartialOrd<Association> for Association
impl PartialOrd<Association> for Association
sourcefn partial_cmp(&self, other: &Association) -> Option<Ordering>
fn partial_cmp(&self, other: &Association) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for Association
impl StructuralEq for Association
impl StructuralPartialEq for Association
Auto Trait Implementations
impl RefUnwindSafe for Association
impl Send for Association
impl Sync for Association
impl Unpin for Association
impl UnwindSafe for Association
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more