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