pub struct NewVertexProp<'a, G: 'a, T>(pub &'a G, pub T);Tuple Fields§
§0: &'a G§1: TTrait Implementations§
Source§impl<'a, G, T> ParamDerefMut for NewVertexProp<'a, G, T>where
G: 'a + WithVertexProp<T>,
T: Clone,
impl<'a, G, T> ParamDerefMut for NewVertexProp<'a, G, T>where
G: 'a + WithVertexProp<T>,
T: Clone,
type Target = <G as WithVertexProp<T>>::VertexProp
type Output = Owned<<G as WithVertexProp<T>>::VertexProp>
fn build(self) -> Self::Output
Auto Trait Implementations§
impl<'a, G, T> Freeze for NewVertexProp<'a, G, T>where
T: Freeze,
impl<'a, G, T> RefUnwindSafe for NewVertexProp<'a, G, T>where
T: RefUnwindSafe,
G: RefUnwindSafe,
impl<'a, G, T> Send for NewVertexProp<'a, G, T>
impl<'a, G, T> Sync for NewVertexProp<'a, G, T>
impl<'a, G, T> Unpin for NewVertexProp<'a, G, T>where
T: Unpin,
impl<'a, G, T> UnwindSafe for NewVertexProp<'a, G, T>where
T: UnwindSafe,
G: RefUnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more