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