pub struct SlotDebugScope {
pub scope_id: usize,
pub anchor: AnchorId,
pub group_index: usize,
}Fields§
§scope_id: usize§anchor: AnchorId§group_index: usizeTrait Implementations§
Source§impl Clone for SlotDebugScope
impl Clone for SlotDebugScope
Source§fn clone(&self) -> SlotDebugScope
fn clone(&self) -> SlotDebugScope
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 SlotDebugScope
impl Debug for SlotDebugScope
Source§impl PartialEq for SlotDebugScope
impl PartialEq for SlotDebugScope
impl Copy for SlotDebugScope
impl Eq for SlotDebugScope
impl StructuralPartialEq for SlotDebugScope
Auto Trait Implementations§
impl Freeze for SlotDebugScope
impl RefUnwindSafe for SlotDebugScope
impl Send for SlotDebugScope
impl Sync for SlotDebugScope
impl Unpin for SlotDebugScope
impl UnsafeUnpin for SlotDebugScope
impl UnwindSafe for SlotDebugScope
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