JoiningType enum

See the Rust documentation for JoiningType for more information.

Inheritance

Constructors

JoiningType()
const

Values

nonJoining → const JoiningType

See the Rust documentation for NonJoining for more information.

joinCausing → const JoiningType

See the Rust documentation for JoinCausing for more information.

dualJoining → const JoiningType

See the Rust documentation for DualJoining for more information.

leftJoining → const JoiningType

See the Rust documentation for LeftJoining for more information.

rightJoining → const JoiningType

See the Rust documentation for RightJoining for more information.

transparent → const JoiningType

See the Rust documentation for Transparent for more information.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toInteger() int
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromInteger(int other) JoiningType?

Constants

values → const List<JoiningType>
A constant List of the values in this enum, in order of their declaration.