pub struct EmbeddedAssetsInput(/* private fields */);
Trait Implementations§
source§impl 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§
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