Struct time_graph::CallSite
source · [−]pub struct CallSite { /* private fields */ }Expand description
Implementations
sourceimpl CallSite
impl CallSite
sourcepub fn module_path(&self) -> &str
pub fn module_path(&self) -> &str
Get the rust module path to the source code location of this call site
Auto Trait Implementations
impl RefUnwindSafe for CallSite
impl Send for CallSite
impl Sync for CallSite
impl Unpin for CallSite
impl UnwindSafe for CallSite
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more