pub struct AssetName(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for AssetName
impl Ord for AssetName
Source§impl PartialOrd for AssetName
impl PartialOrd for AssetName
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 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