Struct Editor Schema
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
fields: &'static [EditorFieldSpec]
Ordered editor fields.
Implementations
impl EditorSchema
impl EditorSchema
field
pub fn field(self, name: &str) -> Option<EditorFieldSpec>
Finds a field by serialized name.
Trait Implementations
impl Clone for EditorSchema
impl Clone for EditorSchema
clone
fn clone(&self) -> EditorSchema
clone_from
fn clone_from(&mut self, source: &Self)
impl Copy for EditorSchema
impl Copy for EditorSchema