pub struct ResolvedRustType {
pub type_name: String,
pub number: u32,
}
Fields§
§type_name: String
§number: u32
Trait Implementations§
Source§impl Debug for ResolvedRustType
impl Debug for ResolvedRustType
Auto Trait Implementations§
impl Freeze for ResolvedRustType
impl RefUnwindSafe for ResolvedRustType
impl Send for ResolvedRustType
impl Sync for ResolvedRustType
impl Unpin for ResolvedRustType
impl UnwindSafe for ResolvedRustType
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