pub struct FnBody {
pub id: usize,
pub body: Vec<Box<dyn Node + Send + Sync>>,
}
Fields§
§id: usize
§body: Vec<Box<dyn Node + Send + Sync>>
Trait Implementations§
impl Send for FnBody
impl Sync for FnBody
Auto Trait Implementations§
impl Freeze for FnBody
impl !RefUnwindSafe for FnBody
impl Unpin for FnBody
impl !UnwindSafe for FnBody
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