pub struct NodeApp<I, A> {
pub id: I,
pub args: Vec<A>,
}Fields§
§id: I§args: Vec<A>Trait Implementations§
Auto Trait Implementations§
impl<I, A> Freeze for NodeApp<I, A>where
I: Freeze,
impl<I, A> RefUnwindSafe for NodeApp<I, A>where
I: RefUnwindSafe,
A: RefUnwindSafe,
impl<I, A> Send for NodeApp<I, A>
impl<I, A> Sync for NodeApp<I, A>
impl<I, A> Unpin for NodeApp<I, A>
impl<I, A> UnsafeUnpin for NodeApp<I, A>where
I: UnsafeUnpin,
impl<I, A> UnwindSafe for NodeApp<I, A>where
I: UnwindSafe,
A: 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