Skip to main content

CssChunkPlaceable

Trait CssChunkPlaceable 

Source
pub trait CssChunkPlaceable:
    ChunkableModule
    + Module
    + Send
    + Sync
    + NonLocalValue
    + ValueDebug { }

Trait Implementations§

Source§

impl Dynamic<Box<dyn ChunkableModule>> for Box<dyn CssChunkPlaceable>

Source§

impl Dynamic<Box<dyn CssChunkPlaceable>> for Box<dyn CssChunkPlaceable>

Source§

impl Dynamic<Box<dyn Module>> for Box<dyn CssChunkPlaceable>

Source§

impl Dynamic<Box<dyn ValueDebug>> for Box<dyn CssChunkPlaceable>

Available on debug-assertions enabled only.
Source§

impl TraitVtablePrototype for Box<dyn CssChunkPlaceable>

Source§

const LEN: usize = 0usize

Source§

const DEFAULTS: &[Option<&NativeFunction>]

Source§

impl Upcast<Box<dyn ChunkableModule>> for Box<dyn CssChunkPlaceable>

Source§

impl Upcast<Box<dyn CssChunkPlaceable>> for CssModule

Source§

impl Upcast<Box<dyn CssChunkPlaceable>> for Box<dyn CssChunkPlaceable>

Source§

impl Upcast<Box<dyn Module>> for Box<dyn CssChunkPlaceable>

Source§

impl Upcast<Box<dyn ValueDebug>> for Box<dyn CssChunkPlaceable>

Available on debug-assertions enabled only.
Source§

impl UpcastStrict<Box<dyn ChunkableModule>> for Box<dyn CssChunkPlaceable>

Source§

impl UpcastStrict<Box<dyn CssChunkPlaceable>> for CssModule

Source§

impl UpcastStrict<Box<dyn Module>> for Box<dyn CssChunkPlaceable>

Source§

impl UpcastStrict<Box<dyn ValueDebug>> for Box<dyn CssChunkPlaceable>

Available on debug-assertions enabled only.
Source§

impl VcValueTrait for Box<dyn CssChunkPlaceable>

Source§

const IMPL_VTABLES: &'static VTableRegistry<Self::ValueTrait>

The per-trait vtable registry, populated by [crate::value_type::register_all_trait_methods] Read more
Source§

type ValueTrait = dyn CssChunkPlaceable

Source§

fn get_trait_type_id() -> TraitTypeId

Returns the type id of the trait object.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl CssChunkPlaceable for CssModule

Source§

impl<T> CssChunkPlaceable for T
where T: Dynamic<Box<dyn CssChunkPlaceable>> + ChunkableModule + Module + Send + Sync + NonLocalValue + ValueDebug,