pub struct Info {
pub full_name: String,
pub type_id: TypeId,
pub name: String,
pub functions: Vec<Info>,
pub specials: Infos,
pub visibility: Visibility,
}
Fields§
§full_name: String
§type_id: TypeId
§name: String
§functions: Vec<Info>
§specials: Infos
§visibility: Visibility
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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