Struct makepad_live_compiler::live_registry::LiveDocNodes
source · [−]pub struct LiveDocNodes<'a> {
pub nodes: &'a [LiveNode],
pub file_id: LiveFileId,
pub index: usize,
}
Fields
nodes: &'a [LiveNode]
file_id: LiveFileId
index: usize
Auto Trait Implementations
impl<'a> RefUnwindSafe for LiveDocNodes<'a>
impl<'a> !Send for LiveDocNodes<'a>
impl<'a> !Sync for LiveDocNodes<'a>
impl<'a> Unpin for LiveDocNodes<'a>
impl<'a> UnwindSafe for LiveDocNodes<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more