pub trait CssChunkPlaceable:
ChunkableModule
+ Module
+ Send
+ Sync
+ NonLocalValue
+ ValueDebug { }Trait Implementations§
Source§impl TraitVtablePrototype for Box<dyn CssChunkPlaceable>
impl TraitVtablePrototype for Box<dyn CssChunkPlaceable>
Source§impl VcValueTrait for Box<dyn CssChunkPlaceable>
impl VcValueTrait for Box<dyn CssChunkPlaceable>
Source§const IMPL_VTABLES: &'static VTableRegistry<Self::ValueTrait>
const IMPL_VTABLES: &'static VTableRegistry<Self::ValueTrait>
The per-trait vtable registry, populated at program load by
#[ctor::ctor]
functions emitted by each #[turbo_tasks::value_impl] expansion. Read moretype ValueTrait = dyn CssChunkPlaceable
Source§fn get_trait_type_id() -> TraitTypeId
fn get_trait_type_id() -> TraitTypeId
Returns the type id of the trait object.
impl Dynamic<Box<dyn ChunkableModule>> for Box<dyn CssChunkPlaceable>
impl Dynamic<Box<dyn CssChunkPlaceable>> for Box<dyn CssChunkPlaceable>
impl Dynamic<Box<dyn Module>> for Box<dyn CssChunkPlaceable>
impl Dynamic<Box<dyn ValueDebug>> for Box<dyn CssChunkPlaceable>
Available on debug-assertions enabled only.
impl Upcast<Box<dyn ChunkableModule>> for Box<dyn CssChunkPlaceable>
impl Upcast<Box<dyn CssChunkPlaceable>> for Box<dyn CssChunkPlaceable>
impl Upcast<Box<dyn Module>> for Box<dyn CssChunkPlaceable>
impl Upcast<Box<dyn ValueDebug>> for Box<dyn CssChunkPlaceable>
Available on debug-assertions enabled only.
impl UpcastStrict<Box<dyn ChunkableModule>> for Box<dyn CssChunkPlaceable>
impl UpcastStrict<Box<dyn Module>> for Box<dyn CssChunkPlaceable>
impl UpcastStrict<Box<dyn ValueDebug>> for Box<dyn CssChunkPlaceable>
Available on debug-assertions enabled only.