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