pub struct ResolvedEnumType {
pub name: LocalTypeIdentifier,
pub module_path: ModulePath,
pub number: u32,
}
Fields§
§name: LocalTypeIdentifier
§module_path: ModulePath
§number: u32
Implementations§
Source§impl ResolvedEnumType
impl ResolvedEnumType
pub fn new( name: LocalTypeIdentifier, module_path: ModulePath, number: u32, ) -> ResolvedEnumType
pub fn name(&self) -> &LocalTypeIdentifier
Trait Implementations§
Source§impl Debug for ResolvedEnumType
impl Debug for ResolvedEnumType
Auto Trait Implementations§
impl Freeze for ResolvedEnumType
impl RefUnwindSafe for ResolvedEnumType
impl Send for ResolvedEnumType
impl Sync for ResolvedEnumType
impl Unpin for ResolvedEnumType
impl UnwindSafe for ResolvedEnumType
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