pub enum DsNode {
Root(Expr),
Widget(DsWidget),
If(DsIf),
Iter(DsIter),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DsNode
impl RefUnwindSafe for DsNode
impl !Send for DsNode
impl !Sync for DsNode
impl Unpin for DsNode
impl UnsafeUnpin for DsNode
impl UnwindSafe for DsNode
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