pub struct PendingAsset { /* private fields */ }Expand description
A pending asset request that needs to be resolved.
Implementations§
Source§impl PendingAsset
impl PendingAsset
Sourcepub fn debug_repr(&self) -> &str
pub fn debug_repr(&self) -> &str
Get debug representation.
Trait Implementations§
Source§impl Clone for PendingAsset
impl Clone for PendingAsset
Source§fn clone(&self) -> PendingAsset
fn clone(&self) -> PendingAsset
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 moreAuto Trait Implementations§
impl Freeze for PendingAsset
impl !RefUnwindSafe for PendingAsset
impl Send for PendingAsset
impl Sync for PendingAsset
impl Unpin for PendingAsset
impl !UnwindSafe for PendingAsset
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