pub enum InterfaceTypeChildren<'tree> {
MethodElem(Box<MethodElem<'tree>>),
TypeElem(Box<TypeElem<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for InterfaceTypeChildren<'tree>
impl<'tree> Clone for InterfaceTypeChildren<'tree>
Source§fn clone(&self) -> InterfaceTypeChildren<'tree>
fn clone(&self) -> InterfaceTypeChildren<'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 InterfaceTypeChildren<'tree>
impl<'tree> Debug for InterfaceTypeChildren<'tree>
Source§impl<'tree> FromNode<'tree> for InterfaceTypeChildren<'tree>
impl<'tree> FromNode<'tree> for InterfaceTypeChildren<'tree>
Source§impl<'tree> PartialEq for InterfaceTypeChildren<'tree>
impl<'tree> PartialEq for InterfaceTypeChildren<'tree>
Source§fn eq(&self, other: &InterfaceTypeChildren<'tree>) -> bool
fn eq(&self, other: &InterfaceTypeChildren<'tree>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Spanned for InterfaceTypeChildren<'_>
impl Spanned for InterfaceTypeChildren<'_>
impl<'tree> Eq for InterfaceTypeChildren<'tree>
impl<'tree> StructuralPartialEq for InterfaceTypeChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for InterfaceTypeChildren<'tree>
impl<'tree> RefUnwindSafe for InterfaceTypeChildren<'tree>
impl<'tree> Send for InterfaceTypeChildren<'tree>
impl<'tree> Sync for InterfaceTypeChildren<'tree>
impl<'tree> Unpin for InterfaceTypeChildren<'tree>
impl<'tree> UnsafeUnpin for InterfaceTypeChildren<'tree>
impl<'tree> UnwindSafe for InterfaceTypeChildren<'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