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