pub struct DynNode {
pub value: Expr,
}Fields§
§value: ExprTrait Implementations§
Auto Trait Implementations§
impl Freeze for DynNode
impl RefUnwindSafe for DynNode
impl !Send for DynNode
impl !Sync for DynNode
impl Unpin for DynNode
impl UnwindSafe for DynNode
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