Struct tauri_codegen::embedded_assets::EmbeddedAssetsInput
source · [−]pub struct EmbeddedAssetsInput(_);
Trait Implementations
sourceimpl From<PathBuf> for EmbeddedAssetsInput
impl From<PathBuf> for EmbeddedAssetsInput
Auto Trait Implementations
impl RefUnwindSafe for EmbeddedAssetsInput
impl Send for EmbeddedAssetsInput
impl Sync for EmbeddedAssetsInput
impl Unpin for EmbeddedAssetsInput
impl UnwindSafe for EmbeddedAssetsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more