Struct ketos::structs::StructDef [] [src]

pub struct StructDef { /* fields omitted */ }

Represents the definition of a class of struct value

Methods

impl StructDef
[src]

Creates a new StructDef with the given name and fields.

Returns the struct name.

Returns a reference to the StructDefinition implementation.

Trait Implementations

impl Debug for StructDef
[src]

Formats the value using the given formatter.

impl Eq for StructDef
[src]

impl PartialEq for StructDef
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.