Enum anchor_syn::InitKind [−][src]
pub enum InitKind {
Program {
owner: Option<Expr>,
},
Token {
owner: Expr,
mint: Expr,
},
AssociatedToken {
owner: Expr,
mint: Expr,
},
Mint {
owner: Expr,
decimals: Expr,
},
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InitKind
impl UnwindSafe for InitKind
Blanket Implementations
Mutably borrows from an owned value. Read more