Struct eiffelvis_core::graph_storage::chunked_storage::NodeData
source · [−]pub struct NodeData<N> {
pub data: N,
}
Fields
data: N
Trait Implementations
Auto Trait Implementations
impl<N> RefUnwindSafe for NodeData<N>where
N: RefUnwindSafe,
impl<N> Send for NodeData<N>where
N: Send,
impl<N> Sync for NodeData<N>where
N: Sync,
impl<N> Unpin for NodeData<N>where
N: Unpin,
impl<N> UnwindSafe for NodeData<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