Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
Editor control shape for one configuration field.
BooleanBoolean
Boolean toggle.
StringString
String-like value, including paths.
IntegerInteger
Integer value.
FloatFloat
Floating-point number value.
EnumEnum
String enum with a fixed set of allowed values.
StringMapStringMap
Object with string keys and string values.
JsonJson
Arbitrary JSON value.
SectionSection
Nested configuration section.
impl Clone for EditorFieldKindimpl Clone for EditorFieldKind
clonefn clone(&self) -> EditorFieldKind
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for EditorFieldKindimpl Debug for EditorFieldKind
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl PartialEq for EditorFieldKindimpl PartialEq for EditorFieldKind
eqfn eq(&self, other: &EditorFieldKind) -> bool
nefn ne(&self, other: &Rhs) -> bool
impl Copy for EditorFieldKindimpl Copy for EditorFieldKind
impl Eq for EditorFieldKindimpl Eq for EditorFieldKind
impl StructuralPartialEq for EditorFieldKindimpl StructuralPartialEq for EditorFieldKind