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