Enum espr::ast::InterfaceSpec [−][src]
pub enum InterfaceSpec {
Reference {
name: String,
resources: Vec<(String, Option<String>)>,
},
Use {
name: String,
types: Vec<(String, Option<String>)>,
},
}
Variants
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for InterfaceSpec
impl Send for InterfaceSpec
impl Sync for InterfaceSpec
impl Unpin for InterfaceSpec
impl UnwindSafe for InterfaceSpec
Blanket Implementations
Mutably borrows from an owned value. Read more