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

Tuple Fields of Draged

0: DragEvent
DragedEnd

Tuple Fields of DragedEnd

0: DragEvent
DragedEnter

Tuple Fields of DragedEnter

0: DragEvent
DragedExit

Tuple Fields of DragedExit

0: DragEvent
DragedLeave

Tuple Fields of DragedLeave

0: DragEvent
DragedOver

Tuple Fields of DragedOver

0: DragEvent
DragedStart

Tuple Fields of DragedStart

0: DragEvent
Dropped

Tuple Fields of Dropped

0: DragEvent
Clicked

Tuple Fields of Clicked

0: MouseEvent

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.