Struct graph_types::GetEdgesVisitor
source · pub struct GetEdgesVisitor<'a, G: GraphEngine + ?Sized> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, G> GetEdgesVisitor<'a, G>where
G: GraphEngine + ?Sized,
impl<'a, G> GetEdgesVisitor<'a, G>where G: GraphEngine + ?Sized,
Trait Implementations§
Auto Trait Implementations§
impl<'a, G: ?Sized> RefUnwindSafe for GetEdgesVisitor<'a, G>where G: RefUnwindSafe,
impl<'a, G: ?Sized> Send for GetEdgesVisitor<'a, G>where G: Sync,
impl<'a, G: ?Sized> Sync for GetEdgesVisitor<'a, G>where G: Sync,
impl<'a, G: ?Sized> Unpin for GetEdgesVisitor<'a, G>
impl<'a, G: ?Sized> UnwindSafe for GetEdgesVisitor<'a, G>where 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