pub enum SlotDebugEntryKind {
Group,
Payload,
Node,
}Variants§
Trait Implementations§
Source§impl Clone for SlotDebugEntryKind
impl Clone for SlotDebugEntryKind
Source§fn clone(&self) -> SlotDebugEntryKind
fn clone(&self) -> SlotDebugEntryKind
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 SlotDebugEntryKind
impl Debug for SlotDebugEntryKind
Source§impl PartialEq for SlotDebugEntryKind
impl PartialEq for SlotDebugEntryKind
impl Copy for SlotDebugEntryKind
impl Eq for SlotDebugEntryKind
impl StructuralPartialEq for SlotDebugEntryKind
Auto Trait Implementations§
impl Freeze for SlotDebugEntryKind
impl RefUnwindSafe for SlotDebugEntryKind
impl Send for SlotDebugEntryKind
impl Sync for SlotDebugEntryKind
impl Unpin for SlotDebugEntryKind
impl UnsafeUnpin for SlotDebugEntryKind
impl UnwindSafe for SlotDebugEntryKind
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