pub struct DebugCell<'a>(/* private fields */);
Expand description
Helper struct to debug print the root cell.
Trait Implementations§
impl<'a> Copy for DebugCell<'a>
Auto Trait Implementations§
impl<'a> Freeze for DebugCell<'a>
impl<'a> !RefUnwindSafe for DebugCell<'a>
impl<'a> Send for DebugCell<'a>
impl<'a> Sync for DebugCell<'a>
impl<'a> Unpin for DebugCell<'a>
impl<'a> !UnwindSafe for DebugCell<'a>
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