pub struct Array { /* private fields */ }Implementations§
Trait Implementations§
Source§impl DomNode for Array
impl DomNode for Array
fn node_syntax(&self) -> Option<&SyntaxElement>
fn syntax(&self) -> Option<&SyntaxElement>
fn errors(&self) -> &Shared<Vec<DomError>>
fn annotations(&self) -> Option<&Annotations>
Auto Trait Implementations§
impl Freeze for Array
impl !RefUnwindSafe for Array
impl !Send for Array
impl !Sync for Array
impl Unpin for Array
impl !UnwindSafe for Array
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