Enum yew_styles::card::Msg[][src]

pub enum Msg {
    Draged(DragEvent),
    DragedEnd(DragEvent),
    DragedEnter(DragEvent),
    DragedExit(DragEvent),
    DragedLeave(DragEvent),
    DragedOver(DragEvent),
    DragedStart(DragEvent),
    Dropped(DragEvent),
    Clicked(MouseEvent),
}

Variants

Draged(DragEvent)

Tuple Fields

DragedEnd(DragEvent)

Tuple Fields

DragedEnter(DragEvent)

Tuple Fields

DragedExit(DragEvent)

Tuple Fields

DragedLeave(DragEvent)

Tuple Fields

DragedOver(DragEvent)

Tuple Fields

DragedStart(DragEvent)

Tuple Fields

Dropped(DragEvent)

Tuple Fields

Clicked(MouseEvent)

Tuple Fields

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Convert self to an optional value of a Properties struct.

Convert self to a value of a Properties struct.

Convert self to a value of a Properties struct.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.