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