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