pub struct Forall<'tree> {
pub span: Span,
pub constraint: Option<Constraints<'tree>>,
pub quantifier: ForallQuantifier,
pub type: Option<QuantifiedType<'tree>>,
pub variables: Option<QuantifiedVariables<'tree>>,
}Fields§
§span: Span§constraint: Option<Constraints<'tree>>§quantifier: ForallQuantifier§type: Option<QuantifiedType<'tree>>§variables: Option<QuantifiedVariables<'tree>>Trait Implementations§
impl<'tree> Eq for Forall<'tree>
impl<'tree> StructuralPartialEq for Forall<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Forall<'tree>
impl<'tree> RefUnwindSafe for Forall<'tree>
impl<'tree> Send for Forall<'tree>
impl<'tree> Sync for Forall<'tree>
impl<'tree> Unpin for Forall<'tree>
impl<'tree> UnsafeUnpin for Forall<'tree>
impl<'tree> UnwindSafe for Forall<'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