icu
    Preparing search index...

    Class JoiningType

    See the Rust documentation for JoiningType for more information.

    Index
    DualJoining: JoiningType

    See the Rust documentation for DualJoining for more information.

    JoinCausing: JoiningType

    See the Rust documentation for JoinCausing for more information.

    LeftJoining: JoiningType

    See the Rust documentation for LeftJoining for more information.

    NonJoining: JoiningType

    See the Rust documentation for NonJoining for more information.

    RightJoining: JoiningType

    See the Rust documentation for RightJoining for more information.

    Transparent: JoiningType

    See the Rust documentation for Transparent for more information.

    • Creates a JoiningType from a string.

      Short names, long names, and aliases are supported, and matching is case-insensitive.

      Parameters

      • s: string

      Returns JoiningType | null

    • Get the "short" name of this property value (returns empty if property value is unknown)

      See the Rust documentation for get for more information.

      Returns string | null