pub enum TypeType {
    Normal,
    Pointer,
}Variants§
Trait Implementations§
impl Eq for TypeType
impl StructuralPartialEq for TypeType
Auto Trait Implementations§
impl Freeze for TypeType
impl RefUnwindSafe for TypeType
impl Send for TypeType
impl Sync for TypeType
impl Unpin for TypeType
impl UnwindSafe for TypeType
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