pub struct JTypeDebug<'a>(/* private fields */);Expand description
Debug helper struct that ensures that the caller understands the safety of printing/debugging the jtype. Its impossible to construct this type without unsafe code.
Trait Implementations§
Auto Trait Implementations§
impl<'a> !Send for JTypeDebug<'a>
impl<'a> !Sync for JTypeDebug<'a>
impl<'a> Freeze for JTypeDebug<'a>
impl<'a> RefUnwindSafe for JTypeDebug<'a>
impl<'a> Unpin for JTypeDebug<'a>
impl<'a> UnsafeUnpin for JTypeDebug<'a>
impl<'a> UnwindSafe for JTypeDebug<'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