Enum planus_cli::intermediate_language::types::AssignMode [−][src]
pub enum AssignMode {
Required,
Optional,
HasDefault(Literal),
}Variants
Required
Optional
HasDefault(Literal)
Tuple Fields
0: LiteralTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AssignMode
impl Send for AssignMode
impl Sync for AssignMode
impl Unpin for AssignMode
impl UnwindSafe for AssignMode
Blanket Implementations
Mutably borrows from an owned value. Read more
