pub struct CommandAssetsConfig {
pub assets_dir: String,
pub assets_index: String,
}Fields§
§assets_dir: String§assets_index: StringAuto Trait Implementations§
impl Freeze for CommandAssetsConfig
impl RefUnwindSafe for CommandAssetsConfig
impl Send for CommandAssetsConfig
impl Sync for CommandAssetsConfig
impl Unpin for CommandAssetsConfig
impl UnsafeUnpin for CommandAssetsConfig
impl UnwindSafe for CommandAssetsConfig
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