pub trait OutputAssetsReference:
Send
+ Sync
+ NonLocalValue
+ ValueDebug {
// Provided method
fn references(self: Vc<Self>) -> Vc<OutputAssetsWithReferenced>
where Self: Sized { ... }
}Provided Methods§
Sourcefn references(self: Vc<Self>) -> Vc<OutputAssetsWithReferenced>where
Self: Sized,
fn references(self: Vc<Self>) -> Vc<OutputAssetsWithReferenced>where
Self: Sized,
References to other OutputAssets from this OutputAssetsReference.
Trait Implementations§
Source§impl TraitVtablePrototype for Box<dyn OutputAssetsReference>
impl TraitVtablePrototype for Box<dyn OutputAssetsReference>
Source§impl VcValueTrait for Box<dyn OutputAssetsReference>
impl VcValueTrait for Box<dyn OutputAssetsReference>
Source§const IMPL_VTABLES: &'static VTableRegistry<Self::ValueTrait>
const IMPL_VTABLES: &'static VTableRegistry<Self::ValueTrait>
The per-trait vtable registry, populated by [crate::value_type::register_all_trait_methods] Read more
type ValueTrait = dyn OutputAssetsReference
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 OutputAssetsReference>> for Box<dyn OutputAssetsReference>
impl Dynamic<Box<dyn ValueDebug>> for Box<dyn OutputAssetsReference>
Available on debug-assertions enabled only.
impl Upcast<Box<dyn OutputAssetsReference>> for Box<dyn OutputAssetsReference>
impl Upcast<Box<dyn ValueDebug>> for Box<dyn OutputAssetsReference>
Available on debug-assertions enabled only.
impl UpcastStrict<Box<dyn ValueDebug>> for Box<dyn OutputAssetsReference>
Available on debug-assertions enabled only.