Struct hydrate_pipeline::ThumbnailApi
source · pub struct ThumbnailApi { /* private fields */ }
Implementations§
source§impl ThumbnailApi
impl ThumbnailApi
pub fn new( hydrate_config: &HydrateProjectConfiguration, schema_set: &SchemaSet ) -> Self
pub fn fetch_import_data(&self, asset_id: AssetId) -> PipelineResult<ImportData>
Trait Implementations§
source§impl Clone for ThumbnailApi
impl Clone for ThumbnailApi
source§fn clone(&self) -> ThumbnailApi
fn clone(&self) -> ThumbnailApi
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for ThumbnailApi
impl Send for ThumbnailApi
impl Sync for ThumbnailApi
impl Unpin for ThumbnailApi
impl UnwindSafe for ThumbnailApi
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