Struct rupta::graph::call_graph::CallGraphEdge
source · pub struct CallGraphEdge<S: CGCallSite> { /* private fields */ }Implementations§
source§impl<S: CGCallSite> CallGraphEdge<S>
impl<S: CGCallSite> CallGraphEdge<S>
Trait Implementations§
Auto Trait Implementations§
impl<S> RefUnwindSafe for CallGraphEdge<S>where
S: RefUnwindSafe,
impl<S> Send for CallGraphEdge<S>where
S: Send,
impl<S> Sync for CallGraphEdge<S>where
S: Sync,
impl<S> Unpin for CallGraphEdge<S>where
S: Unpin,
impl<S> UnwindSafe for CallGraphEdge<S>where
S: 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