Struct everscale_types::cell::DebugCell
source · pub struct DebugCell<'a>(_);Expand description
Helper struct to debug print the root cell.
Trait Implementations§
impl<'a> Copy for DebugCell<'a>
Auto Trait Implementations§
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