Struct fluid_parser::ast::Widget
source · pub struct Widget {
pub typ: String,
pub name: String,
pub props: WidgetProps,
pub children: Option<Vec<Widget>>,
}
Fields
typ: String
name: String
props: WidgetProps
children: Option<Vec<Widget>>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Widget
impl Send for Widget
impl Sync for Widget
impl Unpin for Widget
impl UnwindSafe for Widget
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