Enum rustdoc::html::render::AssocItemRender[][src]

enum AssocItemRender<'a> {
    All,
    DerefFor {
        trait_: &'a Type,
        type_: &'a Type,
        deref_mut_: bool,
    },
}

Variants

Fields of DerefFor

Auto Trait Implementations

impl<'a> !Send for AssocItemRender<'a>

impl<'a> !Sync for AssocItemRender<'a>