pub struct Metadata<'elf> {
pub id: usize,
pub counter: u32,
pub line: usize,
pub file: &'elf str,
pub fmt: &'elf str,
pub names: Vec<&'elf str>,
pub level: Level,
}
Fields§
§id: usize
§counter: u32
§line: usize
§file: &'elf str
§fmt: &'elf str
§names: Vec<&'elf str>
§level: Level
Trait Implementations§
Auto Trait Implementations§
impl<'elf> Freeze for Metadata<'elf>
impl<'elf> RefUnwindSafe for Metadata<'elf>
impl<'elf> Send for Metadata<'elf>
impl<'elf> Sync for Metadata<'elf>
impl<'elf> Unpin for Metadata<'elf>
impl<'elf> UnwindSafe for Metadata<'elf>
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