pub struct CallTree { /* private fields */ }Implementations§
Source§impl CallTree
impl CallTree
pub fn new() -> Self
pub fn builder() -> CallTreeBuilder
pub fn layer(&self) -> CallTreeLayer
pub fn snapshot(&self) -> CallTreeSnapshot
pub fn internal_stats(&self) -> InternalStats
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CallTree
impl !UnwindSafe for CallTree
impl Freeze for CallTree
impl Send for CallTree
impl Sync for CallTree
impl Unpin for CallTree
impl UnsafeUnpin for CallTree
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