LineAction
Mojo struct 🡭
LineAction
Section titled “LineAction”@register_passable_trivialstruct LineActionThe action a LinePolicy returns for a given line.
Aliases
Section titled “Aliases”YIELD = LineAction(UInt8(0))SKIP = LineAction(UInt8(1))METADATA = LineAction(UInt8(2))HEADER = LineAction(UInt8(3))STOP = LineAction(UInt8(4))
Implemented traits
Section titled “Implemented traits”AnyType, Copyable, Equatable, ImplicitlyCopyable, ImplicitlyDestructible, Movable, RegisterPassable, TrivialRegisterPassable, Writable
Methods
Section titled “Methods”__eq__
Section titled “__eq__”fn __eq__(self, other: Self) -> BoolArgs:
- self (
Self) - other (
Self)
Returns:
Bool