pub struct ThumbnailProviderGatherContext<'a> {
pub asset_id: AssetId,
pub data_set: &'a DataSet,
pub schema_set: &'a SchemaSet,
/* private fields */
}
Fields§
§asset_id: AssetId
§data_set: &'a DataSet
§schema_set: &'a SchemaSet
Implementations§
Source§impl<'a> ThumbnailProviderGatherContext<'a>
impl<'a> ThumbnailProviderGatherContext<'a>
pub fn add_import_data_dependency(&self, asset_id: AssetId)
Auto Trait Implementations§
impl<'a> Freeze for ThumbnailProviderGatherContext<'a>
impl<'a> !RefUnwindSafe for ThumbnailProviderGatherContext<'a>
impl<'a> !Send for ThumbnailProviderGatherContext<'a>
impl<'a> !Sync for ThumbnailProviderGatherContext<'a>
impl<'a> Unpin for ThumbnailProviderGatherContext<'a>
impl<'a> !UnwindSafe for ThumbnailProviderGatherContext<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more