pub struct ThumbnailSystem { /* private fields */ }
Implementations§
Source§impl ThumbnailSystem
impl ThumbnailSystem
pub fn system_state(&self) -> &ThumbnailSystemState
pub fn thumbnail_provider_registry(&self) -> &ThumbnailProviderRegistry
pub fn new( hydrate_config: &HydrateProjectConfiguration, thumbnail_provider_registry: ThumbnailProviderRegistry, schema_set: &SchemaSet, ) -> Self
pub fn update(&mut self, data_set: &DataSet, schema_set: &SchemaSet)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ThumbnailSystem
impl !RefUnwindSafe for ThumbnailSystem
impl Send for ThumbnailSystem
impl Sync for ThumbnailSystem
impl Unpin for ThumbnailSystem
impl !UnwindSafe for ThumbnailSystem
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