Struct eiffelvis_core::graph_storage::chunked_storage::Element
source · [−]pub struct Element<N, E>(_, _);
Trait Implementations
Auto Trait Implementations
impl<N, E> RefUnwindSafe for Element<N, E>where
E: RefUnwindSafe,
N: RefUnwindSafe,
impl<N, E> Send for Element<N, E>where
E: Send,
N: Send,
impl<N, E> Sync for Element<N, E>where
E: Sync,
N: Sync,
impl<N, E> Unpin for Element<N, E>where
E: Unpin,
N: Unpin,
impl<N, E> UnwindSafe for Element<N, E>where
E: UnwindSafe,
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