pub struct InterfaceType<'tree> {
pub span: Span,
pub children: Vec<InterfaceTypeChildren<'tree>>,
}Fields§
§span: Span§children: Vec<InterfaceTypeChildren<'tree>>Trait Implementations§
Source§impl<'tree> Clone for InterfaceType<'tree>
impl<'tree> Clone for InterfaceType<'tree>
Source§fn clone(&self) -> InterfaceType<'tree>
fn clone(&self) -> InterfaceType<'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 InterfaceType<'tree>
impl<'tree> Debug for InterfaceType<'tree>
Source§impl<'tree> FromNode<'tree> for InterfaceType<'tree>
impl<'tree> FromNode<'tree> for InterfaceType<'tree>
Source§impl<'tree> PartialEq for InterfaceType<'tree>
impl<'tree> PartialEq for InterfaceType<'tree>
Source§impl Spanned for InterfaceType<'_>
impl Spanned for InterfaceType<'_>
impl<'tree> Eq for InterfaceType<'tree>
impl<'tree> StructuralPartialEq for InterfaceType<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for InterfaceType<'tree>
impl<'tree> RefUnwindSafe for InterfaceType<'tree>
impl<'tree> Send for InterfaceType<'tree>
impl<'tree> Sync for InterfaceType<'tree>
impl<'tree> Unpin for InterfaceType<'tree>
impl<'tree> UnsafeUnpin for InterfaceType<'tree>
impl<'tree> UnwindSafe for InterfaceType<'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