pub struct IfaceInfo {
pub explicits: usize,
pub methods: Vec<MethodInfo>,
}Expand description
IfaceInfo describes the method set for an interface.
Fields§
§explicits: usize§methods: Vec<MethodInfo>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IfaceInfo
impl !RefUnwindSafe for IfaceInfo
impl !Send for IfaceInfo
impl !Sync for IfaceInfo
impl Unpin for IfaceInfo
impl !UnwindSafe for IfaceInfo
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