pub struct BucketKey {
pub kind: SymbolKind,
pub callee_bin: u8,
pub caller_bin: u8,
pub line_bin: u8,
pub child_bin: u8,
}Fields§
§kind: SymbolKind§callee_bin: u8§caller_bin: u8§line_bin: u8§child_bin: u8Trait Implementations§
impl Eq for BucketKey
impl StructuralPartialEq for BucketKey
Auto Trait Implementations§
impl Freeze for BucketKey
impl RefUnwindSafe for BucketKey
impl Send for BucketKey
impl Sync for BucketKey
impl Unpin for BucketKey
impl UnsafeUnpin for BucketKey
impl UnwindSafe for BucketKey
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