pub struct Callable<N: Node> {
pub body: Transform<N>,
pub parameters: FormalParameters<N>,
}Fields§
§body: Transform<N>§parameters: FormalParameters<N>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<N> !Send for Callable<N>
impl<N> !Sync for Callable<N>
impl<N> Freeze for Callable<N>where
N: Freeze,
impl<N> RefUnwindSafe for Callable<N>where
N: RefUnwindSafe,
impl<N> Unpin for Callable<N>where
N: Unpin,
impl<N> UnsafeUnpin for Callable<N>where
N: UnsafeUnpin,
impl<N> UnwindSafe for Callable<N>where
N: UnwindSafe,
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