Struct makepad_live_compiler::live_document::LiveExpanded
source · [−]Fields
nodes: Vec<LiveNode>
Implementations
sourceimpl LiveExpanded
impl LiveExpanded
Trait Implementations
sourceimpl Default for LiveExpanded
impl Default for LiveExpanded
sourcefn default() -> LiveExpanded
fn default() -> LiveExpanded
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for LiveExpanded
impl !Send for LiveExpanded
impl !Sync for LiveExpanded
impl Unpin for LiveExpanded
impl UnwindSafe for LiveExpanded
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