pub struct AssetName(/* private fields */);Expand description
The bundled-data name that resource resolves by (the full file name, extension included).
Implementations§
Source§impl AssetName
impl AssetName
Trait Implementations§
impl Eq for AssetName
impl StructuralPartialEq for AssetName
Auto Trait Implementations§
impl Freeze for AssetName
impl RefUnwindSafe for AssetName
impl Send for AssetName
impl Sync for AssetName
impl Unpin for AssetName
impl UnsafeUnpin for AssetName
impl UnwindSafe for AssetName
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