Enum devise::ItemInput [−][src]
pub enum ItemInput {
Struct(ItemStruct),
Enum(ItemEnum),
Union(ItemUnion),
}Variants
Struct(ItemStruct)Enum(ItemEnum)Union(ItemUnion)Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ItemInput
impl UnwindSafe for ItemInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span covering the complete contents of this syntax tree
node, or Span::call_site() if this node is empty. Read more