pub struct SlotDebugEntry {
pub kind: SlotDebugEntryKind,
pub path: String,
pub line: String,
}Fields§
§kind: SlotDebugEntryKind§path: String§line: StringTrait Implementations§
Source§impl Clone for SlotDebugEntry
impl Clone for SlotDebugEntry
Source§impl Debug for SlotDebugEntry
impl Debug for SlotDebugEntry
impl Eq for SlotDebugEntry
Source§impl PartialEq for SlotDebugEntry
impl PartialEq for SlotDebugEntry
impl StructuralPartialEq for SlotDebugEntry
Auto Trait Implementations§
impl Freeze for SlotDebugEntry
impl RefUnwindSafe for SlotDebugEntry
impl Send for SlotDebugEntry
impl Sync for SlotDebugEntry
impl Unpin for SlotDebugEntry
impl UnsafeUnpin for SlotDebugEntry
impl UnwindSafe for SlotDebugEntry
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