pub struct ShowRegistryExt<T> {
pub type_name: String,
pub formatter_names: Vec<String>,
/* private fields */
}Expand description
Registry extension for Show instances over a type parameter.
Fields§
§type_name: StringName of the type this registry extends.
formatter_names: Vec<String>Registered formatter names.
Implementations§
Auto Trait Implementations§
impl<T> Freeze for ShowRegistryExt<T>
impl<T> RefUnwindSafe for ShowRegistryExt<T>where
T: RefUnwindSafe,
impl<T> Send for ShowRegistryExt<T>where
T: Send,
impl<T> Sync for ShowRegistryExt<T>where
T: Sync,
impl<T> Unpin for ShowRegistryExt<T>where
T: Unpin,
impl<T> UnsafeUnpin for ShowRegistryExt<T>
impl<T> UnwindSafe for ShowRegistryExt<T>where
T: UnwindSafe,
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