pub enum PType {
Struct(PStruct),
Enum(PEnum),
}Expand description
Represents a parsed type (either a struct or an enum)
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for PType
impl RefUnwindSafe for PType
impl !Send for PType
impl !Sync for PType
impl Unpin for PType
impl UnwindSafe for PType
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