pub enum Category {
RustStdLib,
RustC,
Deps,
Application,
Unknown,
}Expand description
Category of the allocation
rustc: Rust compilerruststdlib: Rust standard librarydeps: Dependenciesapplication: Application codeunknown: Unknown code
The category is determined by the path of the file.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Category
impl RefUnwindSafe for Category
impl Send for Category
impl Sync for Category
impl Unpin for Category
impl UnwindSafe for Category
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