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