pub enum TypeInstanceForall<'tree> {
Forall(Box<Forall<'tree>>),
ForallRequired(Box<ForallRequired<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for TypeInstanceForall<'tree>
impl<'tree> Clone for TypeInstanceForall<'tree>
Source§fn clone(&self) -> TypeInstanceForall<'tree>
fn clone(&self) -> TypeInstanceForall<'tree>
Returns a duplicate 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<'tree> Debug for TypeInstanceForall<'tree>
impl<'tree> Debug for TypeInstanceForall<'tree>
Source§impl<'tree> FromNode<'tree> for TypeInstanceForall<'tree>
impl<'tree> FromNode<'tree> for TypeInstanceForall<'tree>
Source§impl<'tree> PartialEq for TypeInstanceForall<'tree>
impl<'tree> PartialEq for TypeInstanceForall<'tree>
Source§impl Spanned for TypeInstanceForall<'_>
impl Spanned for TypeInstanceForall<'_>
impl<'tree> Eq for TypeInstanceForall<'tree>
impl<'tree> StructuralPartialEq for TypeInstanceForall<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for TypeInstanceForall<'tree>
impl<'tree> RefUnwindSafe for TypeInstanceForall<'tree>
impl<'tree> Send for TypeInstanceForall<'tree>
impl<'tree> Sync for TypeInstanceForall<'tree>
impl<'tree> Unpin for TypeInstanceForall<'tree>
impl<'tree> UnsafeUnpin for TypeInstanceForall<'tree>
impl<'tree> UnwindSafe for TypeInstanceForall<'tree>
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