pub struct TypeFamilyInjectivity<'tree> {
pub span: Span,
pub determined: Vec<Variable<'tree>>,
pub result: Variable<'tree>,
}Fields§
§span: Span§determined: Vec<Variable<'tree>>§result: Variable<'tree>Trait Implementations§
Source§impl<'tree> Clone for TypeFamilyInjectivity<'tree>
impl<'tree> Clone for TypeFamilyInjectivity<'tree>
Source§fn clone(&self) -> TypeFamilyInjectivity<'tree>
fn clone(&self) -> TypeFamilyInjectivity<'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 TypeFamilyInjectivity<'tree>
impl<'tree> Debug for TypeFamilyInjectivity<'tree>
impl<'tree> Eq for TypeFamilyInjectivity<'tree>
Source§impl<'tree> FromNode<'tree> for TypeFamilyInjectivity<'tree>
impl<'tree> FromNode<'tree> for TypeFamilyInjectivity<'tree>
Source§impl<'tree> PartialEq for TypeFamilyInjectivity<'tree>
impl<'tree> PartialEq for TypeFamilyInjectivity<'tree>
Source§impl Spanned for TypeFamilyInjectivity<'_>
impl Spanned for TypeFamilyInjectivity<'_>
impl<'tree> StructuralPartialEq for TypeFamilyInjectivity<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for TypeFamilyInjectivity<'tree>
impl<'tree> RefUnwindSafe for TypeFamilyInjectivity<'tree>
impl<'tree> Send for TypeFamilyInjectivity<'tree>
impl<'tree> Sync for TypeFamilyInjectivity<'tree>
impl<'tree> Unpin for TypeFamilyInjectivity<'tree>
impl<'tree> UnsafeUnpin for TypeFamilyInjectivity<'tree>
impl<'tree> UnwindSafe for TypeFamilyInjectivity<'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