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 Freeze for LiveExpanded
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