Enum common::autogen::bulk_insert_item::Which
source · pub enum Which<A0, A1, A2, A3> {
Vertex(A0),
Edge(A1),
VertexProperty(A2),
EdgeProperty(A3),
}Variants
Vertex(A0)
Edge(A1)
VertexProperty(A2)
EdgeProperty(A3)
Auto Trait Implementations
impl<A0, A1, A2, A3> RefUnwindSafe for Which<A0, A1, A2, A3>where
A0: RefUnwindSafe,
A1: RefUnwindSafe,
A2: RefUnwindSafe,
A3: RefUnwindSafe,
impl<A0, A1, A2, A3> Send for Which<A0, A1, A2, A3>where
A0: Send,
A1: Send,
A2: Send,
A3: Send,
impl<A0, A1, A2, A3> Sync for Which<A0, A1, A2, A3>where
A0: Sync,
A1: Sync,
A2: Sync,
A3: Sync,
impl<A0, A1, A2, A3> Unpin for Which<A0, A1, A2, A3>where
A0: Unpin,
A1: Unpin,
A2: Unpin,
A3: Unpin,
impl<A0, A1, A2, A3> UnwindSafe for Which<A0, A1, A2, A3>where
A0: UnwindSafe,
A1: UnwindSafe,
A2: UnwindSafe,
A3: 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