pub struct MsilTypedRoot<'a> { /* private fields */ }Expand description
MSIL Typed AST Root.
Trait Implementations§
Source§impl<'a> Clone for MsilTypedRoot<'a>
impl<'a> Clone for MsilTypedRoot<'a>
Source§fn clone(&self) -> MsilTypedRoot<'a>
fn clone(&self) -> MsilTypedRoot<'a>
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<'a> Debug for MsilTypedRoot<'a>
impl<'a> Debug for MsilTypedRoot<'a>
Source§impl<'a> PartialEq for MsilTypedRoot<'a>
impl<'a> PartialEq for MsilTypedRoot<'a>
Source§impl<'a> TypedNode<'a> for MsilTypedRoot<'a>
impl<'a> TypedNode<'a> for MsilTypedRoot<'a>
Source§type Language = MsilLanguage
type Language = MsilLanguage
The language this node belongs to.
Source§fn cast(
node: RedNode<'a, <MsilTypedRoot<'a> as TypedNode<'a>>::Language>,
) -> Option<MsilTypedRoot<'a>>
fn cast( node: RedNode<'a, <MsilTypedRoot<'a> as TypedNode<'a>>::Language>, ) -> Option<MsilTypedRoot<'a>>
Attempts to cast a red node to this typed node.
impl<'a> Eq for MsilTypedRoot<'a>
impl<'a> StructuralPartialEq for MsilTypedRoot<'a>
Auto Trait Implementations§
impl<'a> Freeze for MsilTypedRoot<'a>
impl<'a> RefUnwindSafe for MsilTypedRoot<'a>
impl<'a> Send for MsilTypedRoot<'a>
impl<'a> Sync for MsilTypedRoot<'a>
impl<'a> Unpin for MsilTypedRoot<'a>
impl<'a> UnsafeUnpin for MsilTypedRoot<'a>
impl<'a> UnwindSafe for MsilTypedRoot<'a>
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