pub struct EmbeddedAssetsInput(/* private fields */);
Trait Implementations§
Source§impl From<PathBuf> for EmbeddedAssetsInput
impl From<PathBuf> for EmbeddedAssetsInput
Auto Trait Implementations§
impl Freeze for EmbeddedAssetsInput
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