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§fn clone(&self) -> SlotDebugEntry
fn clone(&self) -> SlotDebugEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SlotDebugEntry
impl Debug for SlotDebugEntry
Source§impl PartialEq for SlotDebugEntry
impl PartialEq for SlotDebugEntry
impl Eq 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