Skip to main content

Mojo struct

MHASchedule

@register_passable(trivial) struct MHASchedule

Implemented traits

AnyType, Copyable, Movable, UnknownDestructibility

Aliases

DEFAULT

alias DEFAULT = MHASchedule(0)

PROMPT_ROTATE

alias PROMPT_ROTATE = MHASchedule(1)

Methods

__eq__

__eq__(self, other: Self) -> Bool

__ne__

__ne__(self, other: Self) -> Bool

Was this page helpful?