pub struct ResolvedEnumType {
pub name: LocalTypeIdentifier,
pub number: TypeNumber,
}
Fields§
§name: LocalTypeIdentifier
§number: TypeNumber
Implementations§
Source§impl ResolvedEnumType
impl ResolvedEnumType
pub fn new(name: LocalTypeIdentifier, number: TypeNumber) -> Self
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