Enum sway_core::TreeType [−][src]
pub enum TreeType<'sc> {
Predicate,
Script,
Contract,
Library {
name: Ident<'sc>,
},
}Variants
Predicate
Script
Contract
Library
Fields
name: Ident<'sc>Trait Implementations
Auto Trait Implementations
impl<'sc> RefUnwindSafe for TreeType<'sc>
impl<'sc> UnwindSafe for TreeType<'sc>
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
