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 duplicate 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 Freeze for ThumbnailApi
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