pub enum TypeFamilyClosedFamily<'tree> {
AbstractFamily(Box<AbstractFamily<'tree>>),
Equations(Box<Equations<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for TypeFamilyClosedFamily<'tree>
impl<'tree> Clone for TypeFamilyClosedFamily<'tree>
Source§fn clone(&self) -> TypeFamilyClosedFamily<'tree>
fn clone(&self) -> TypeFamilyClosedFamily<'tree>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TypeFamilyClosedFamily<'tree>
impl<'tree> Debug for TypeFamilyClosedFamily<'tree>
impl<'tree> Eq for TypeFamilyClosedFamily<'tree>
Source§impl<'tree> FromNode<'tree> for TypeFamilyClosedFamily<'tree>
impl<'tree> FromNode<'tree> for TypeFamilyClosedFamily<'tree>
Source§impl<'tree> PartialEq for TypeFamilyClosedFamily<'tree>
impl<'tree> PartialEq for TypeFamilyClosedFamily<'tree>
Source§impl Spanned for TypeFamilyClosedFamily<'_>
impl Spanned for TypeFamilyClosedFamily<'_>
impl<'tree> StructuralPartialEq for TypeFamilyClosedFamily<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for TypeFamilyClosedFamily<'tree>
impl<'tree> RefUnwindSafe for TypeFamilyClosedFamily<'tree>
impl<'tree> Send for TypeFamilyClosedFamily<'tree>
impl<'tree> Sync for TypeFamilyClosedFamily<'tree>
impl<'tree> Unpin for TypeFamilyClosedFamily<'tree>
impl<'tree> UnsafeUnpin for TypeFamilyClosedFamily<'tree>
impl<'tree> UnwindSafe for TypeFamilyClosedFamily<'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