Enum ::exo::Access

Overview

All exolynk access right states

Variants

Methods

fn new(s: String) -> Access

Creates a new Color from a String input.

Return the color as String

Protocols

protocol is_variant

Test if the provided argument is a variant.

protocol partial_eq
if value == b { }

Allows for partial equality operations to work.

protocol string_debug
println("{:?}", value)

Allows the value to be debug printed.

protocol string_display
println("{}", value)

Allows the value to be display printed.