pub enum TypeEntryType {
Structure(StructureId),
Class(ClassId),
}
Variants§
Structure(StructureId)
Class(ClassId)
Trait Implementations§
Source§impl Clone for TypeEntryType
impl Clone for TypeEntryType
Source§fn clone(&self) -> TypeEntryType
fn clone(&self) -> TypeEntryType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TypeEntryType
impl Debug for TypeEntryType
Source§impl Hash for TypeEntryType
impl Hash for TypeEntryType
Source§impl PartialEq for TypeEntryType
impl PartialEq for TypeEntryType
impl Copy for TypeEntryType
impl Eq for TypeEntryType
impl StructuralPartialEq for TypeEntryType
Auto Trait Implementations§
impl Freeze for TypeEntryType
impl RefUnwindSafe for TypeEntryType
impl Send for TypeEntryType
impl Sync for TypeEntryType
impl Unpin for TypeEntryType
impl UnwindSafe for TypeEntryType
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