Enum rustdoc::html::render::AssocItemRender [−][src]
enum AssocItemRender<'a> { All, DerefFor { trait_: &'a Type, type_: &'a Type, deref_mut_: bool, }, }
Variants
All
DerefFor
Fields of DerefFor
trait_: &'a Type | |
type_: &'a Type | |
deref_mut_: bool |
Auto Trait Implementations
impl<'a> !Send for AssocItemRender<'a>
impl<'a> !Send for AssocItemRender<'a>
impl<'a> !Sync for AssocItemRender<'a>
impl<'a> !Sync for AssocItemRender<'a>