pub struct Vertex<VW> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<VW> Freeze for Vertex<VW>where
VW: Freeze,
impl<VW> RefUnwindSafe for Vertex<VW>where
VW: RefUnwindSafe,
impl<VW> Send for Vertex<VW>where
VW: Send,
impl<VW> Sync for Vertex<VW>where
VW: Sync,
impl<VW> Unpin for Vertex<VW>where
VW: Unpin,
impl<VW> UnwindSafe for Vertex<VW>where
VW: UnwindSafe,
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