pub struct EdgeReference<'a, E: 'a, Ty, Ix: 'a = DefaultIx> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a, E, Ty, Ix: Copy> Clone for EdgeReference<'a, E, Ty, Ix>
impl<'a, E, Ty, Ix: Copy> Clone for EdgeReference<'a, E, Ty, Ix>
Source§impl<'a, E, Ty, Ix> EdgeRef for EdgeReference<'a, E, Ty, Ix>
impl<'a, E, Ty, Ix> EdgeRef for EdgeReference<'a, E, Ty, Ix>
impl<'a, E, Ty, Ix: Copy> Copy for EdgeReference<'a, E, Ty, Ix>
Auto Trait Implementations§
impl<'a, E, Ty, Ix> Freeze for EdgeReference<'a, E, Ty, Ix>where
Ix: Freeze,
impl<'a, E, Ty, Ix> RefUnwindSafe for EdgeReference<'a, E, Ty, Ix>
impl<'a, E, Ty, Ix> Send for EdgeReference<'a, E, Ty, Ix>
impl<'a, E, Ty, Ix> Sync for EdgeReference<'a, E, Ty, Ix>
impl<'a, E, Ty, Ix> Unpin for EdgeReference<'a, E, Ty, Ix>
impl<'a, E, Ty, Ix> UnwindSafe for EdgeReference<'a, E, Ty, Ix>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)