Enum karaconv::json::From [] [src]

pub enum From {
    Key {
        key_code: String,
        modifiers: FromModifiers,
    },
    Button {
        pointing_button: String,
        modifiers: FromModifiers,
    },
}

Origin key/button

Variants

Fields of Key

Fields of Button

Trait Implementations

impl Debug for From
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for From
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl KeyOrButtonConv for From
[src]

[src]

Auto Trait Implementations

impl Send for From

impl Sync for From