struct Event<N> {
node: N,
becomes: NodeStatus,
}
Fields
node: N
becomes: NodeStatus
Auto Trait Implementations
impl<N> RefUnwindSafe for Event<N>where
N: RefUnwindSafe,
impl<N> Send for Event<N>where
N: Send,
impl<N> Sync for Event<N>where
N: Sync,
impl<N> Unpin for Event<N>where
N: Unpin,
impl<N> UnwindSafe for Event<N>where
N: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
impl<T> Erased for T
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.