pub struct Interface {
pub name: String,
pub attrs: Vec<ItfAttr>,
pub defn: Option<InterfaceDefn>,
}Fields§
§name: String§attrs: Vec<ItfAttr>§defn: Option<InterfaceDefn>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Interface
impl Send for Interface
impl Sync for Interface
impl Unpin for Interface
impl UnwindSafe for Interface
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more