Struct makepad_live_compiler::live_document::LiveExpanded
source · pub struct LiveExpanded {
pub nodes: Vec<LiveNode>,
}
Fields§
§nodes: Vec<LiveNode>
Implementations§
source§impl LiveExpanded
impl LiveExpanded
Trait Implementations§
source§impl Default for LiveExpanded
impl Default for LiveExpanded
source§fn 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§
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