Struct tauri_utils::assets::EmbeddedAssets
source · pub struct EmbeddedAssets { /* private fields */ }
Expand description
Assets
implementation that only contains compile-time compressed and embedded assets.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmbeddedAssets
impl RefUnwindSafe for EmbeddedAssets
impl Send for EmbeddedAssets
impl Sync for EmbeddedAssets
impl Unpin for EmbeddedAssets
impl UnwindSafe for EmbeddedAssets
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