pub enum TypeOf {
Expression(Node<Expression>),
Type(Node<TypeName>),
}
Expand description
Type of an expression or type
Variants§
Trait Implementations§
impl StructuralPartialEq for TypeOf
Auto Trait Implementations§
impl Freeze for TypeOf
impl RefUnwindSafe for TypeOf
impl Send for TypeOf
impl Sync for TypeOf
impl Unpin for TypeOf
impl UnwindSafe for TypeOf
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