pub struct AssetNameRef<'s> {
pub name: &'s str,
pub ext: &'s str,
}Fields§
§name: &'s str§ext: &'s strImplementations§
Trait Implementations§
Source§impl<'s> Clone for AssetNameRef<'s>
impl<'s> Clone for AssetNameRef<'s>
Source§fn clone(&self) -> AssetNameRef<'s>
fn clone(&self) -> AssetNameRef<'s>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'s> Debug for AssetNameRef<'s>
impl<'s> Debug for AssetNameRef<'s>
Source§impl<'s> Hash for AssetNameRef<'s>
impl<'s> Hash for AssetNameRef<'s>
Source§impl<'s> PartialEq for AssetNameRef<'s>
impl<'s> PartialEq for AssetNameRef<'s>
impl<'s> Eq for AssetNameRef<'s>
impl<'s> StructuralPartialEq for AssetNameRef<'s>
Auto Trait Implementations§
impl<'s> Freeze for AssetNameRef<'s>
impl<'s> RefUnwindSafe for AssetNameRef<'s>
impl<'s> Send for AssetNameRef<'s>
impl<'s> Sync for AssetNameRef<'s>
impl<'s> Unpin for AssetNameRef<'s>
impl<'s> UnwindSafe for AssetNameRef<'s>
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