Struct rowan::OwnedRoot [−][src]
pub struct OwnedRoot<T: Types>(_);
TreeRoot for owned flavor of SyntaxNode.
Trait Implementations
impl<T: Debug + Types> Debug for OwnedRoot<T>[src]
impl<T: Debug + Types> Debug for OwnedRoot<T>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<T: Types> Clone for OwnedRoot<T>[src]
impl<T: Types> Clone for OwnedRoot<T>fn clone(&self) -> OwnedRoot<T>[src]
fn clone(&self) -> OwnedRoot<T>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<T: Types> TreeRoot<T> for OwnedRoot<T>[src]
impl<T: Types> TreeRoot<T> for OwnedRoot<T>