pub struct Unknown;
Expand description
Used as a dummy value for types that don’t implement Debug inside #[derive(PartialDebug)].
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Unknown
impl RefUnwindSafe for Unknown
impl Send for Unknown
impl Sync for Unknown
impl Unpin for Unknown
impl UnwindSafe for Unknown
Blanket Implementations§
Source§impl<T> AsDebug for T
impl<T> AsDebug for T
default fn try_as_debug(&self) -> Result<&dyn Debug, InteractiveError<'_>>
Source§impl<T> AsDebug for Twhere
T: Debug,
impl<T> AsDebug for Twhere
T: Debug,
fn try_as_debug(&self) -> Result<&dyn Debug, InteractiveError<'_>>
Source§impl<T> AsInteractive for T
impl<T> AsInteractive for T
default fn try_as_interactive( &self, ) -> Result<&dyn Interactive, InteractiveError<'_>>
Source§impl<T> AsInteractiveMut for T
impl<T> AsInteractiveMut for T
default fn try_as_interactive_mut( &mut self, ) -> Result<&mut dyn Interactive, InteractiveError<'_>>
Source§impl<T> AsMethods for T
impl<T> AsMethods for T
default fn try_as_methods(&self) -> Result<&dyn Methods, InteractiveError<'_>>
Source§impl<T> AsMethodsMut for T
impl<T> AsMethodsMut for T
default fn try_as_methods_mut( &mut self, ) -> Result<&mut dyn Methods, InteractiveError<'_>>
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