Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub struct EditorSchema {
pub fields: &'static [EditorFieldSpec],
}
Static editor metadata for one configuration struct.
fields: &'static [EditorFieldSpec]Ordered editor fields.
impl EditorSchemaimpl EditorSchema
fieldpub fn field(self, name: &str) -> Option<EditorFieldSpec>
Finds a field by serialized name.
impl Clone for EditorSchemaimpl Clone for EditorSchema
clonefn clone(&self) -> EditorSchema
clone_fromfn clone_from(&mut self, source: &Self)
impl Copy for EditorSchemaimpl Copy for EditorSchema