pub struct InfoEntry {
pub attrs: Vec<Attr>,
pub methods: BTreeMap<String, MethEntry>,
}Fields§
§attrs: Vec<Attr>§methods: BTreeMap<String, MethEntry>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InfoEntry
impl RefUnwindSafe for InfoEntry
impl Send for InfoEntry
impl Sync for InfoEntry
impl Unpin for InfoEntry
impl UnwindSafe for InfoEntry
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