Enum api_signature::Variable
source · [−]Variants
Data(Vec<u8>)
String(String)
Integer(usize)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Variable
impl UnwindSafe for Variable
Blanket Implementations
Mutably borrows from an owned value. Read more