pub struct Inverted<T>where
T: GraphDefinition,{ /* private fields */ }Implementations§
Source§impl<T> Inverted<T>where
T: GraphDefinition,
impl<T> Inverted<T>where
T: GraphDefinition,
pub fn inner(&self) -> &ConcreteGraph<T>
pub fn map_project(self, traversal: GraphTraversal<T>) -> Self
Auto Trait Implementations§
impl<T> Freeze for Inverted<T>
impl<T> !RefUnwindSafe for Inverted<T>
impl<T> !Send for Inverted<T>
impl<T> !Sync for Inverted<T>
impl<T> Unpin for Inverted<T>
impl<T> !UnwindSafe for Inverted<T>
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