Struct cargo::macros::DisplayAsDebug
source · pub struct DisplayAsDebug<T>(pub T);
Tuple Fields§
§0: T
Trait Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for DisplayAsDebug<T>where T: RefUnwindSafe,
impl<T> Send for DisplayAsDebug<T>where T: Send,
impl<T> Sync for DisplayAsDebug<T>where T: Sync,
impl<T> Unpin for DisplayAsDebug<T>where T: Unpin,
impl<T> UnwindSafe for DisplayAsDebug<T>where T: UnwindSafe,
Blanket Implementations§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.