pub struct Enumeration {
pub index: Reference,
pub value: Reference,
}
Fields§
§index: Reference
§value: Reference
Trait Implementations§
Source§impl Default for Enumeration
impl Default for Enumeration
Source§fn default() -> Enumeration
fn default() -> Enumeration
Returns the “default value” for a type. Read more
Source§impl IntuicioStruct for Enumeration
impl IntuicioStruct for Enumeration
fn define_struct(registry: &Registry) -> Struct
Auto Trait Implementations§
impl Freeze for Enumeration
impl !RefUnwindSafe for Enumeration
impl !Send for Enumeration
impl !Sync for Enumeration
impl Unpin for Enumeration
impl !UnwindSafe for Enumeration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more