pub struct DebugType;Expand description
Function: debug:type
Input: any type
Returns string
Trait Implementations§
Source§impl FunctionExecutor for DebugType
impl FunctionExecutor for DebugType
Auto Trait Implementations§
impl Freeze for DebugType
impl RefUnwindSafe for DebugType
impl Send for DebugType
impl Sync for DebugType
impl Unpin for DebugType
impl UnwindSafe for DebugType
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