Enum selene_lib::standard_library::Field [−][src]
pub enum Field {
Any,
Complex {
function: Option<FunctionBehavior>,
table: BTreeMap<String, Field>,
},
Property {
writable: Option<Writable>,
},
Struct(String),
Removed,
}Variants
Fields of Complex
function: Option<FunctionBehavior>table: BTreeMap<String, Field>Tuple Fields of Struct
0: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Field
impl UnwindSafe for Field
Blanket Implementations
Mutably borrows from an owned value. Read more