pub struct ResourceLoadable<'a, T> {
pub content: Loadable<T, &'a ResourceError>,
pub addon: DescriptorPreview<'a>,
}
Fields§
§content: Loadable<T, &'a ResourceError>
§addon: DescriptorPreview<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for ResourceLoadable<'a, T>where
T: Freeze,
impl<'a, T> RefUnwindSafe for ResourceLoadable<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for ResourceLoadable<'a, T>where
T: Send,
impl<'a, T> Sync for ResourceLoadable<'a, T>where
T: Sync,
impl<'a, T> Unpin for ResourceLoadable<'a, T>where
T: Unpin,
impl<'a, T> UnwindSafe for ResourceLoadable<'a, T>where
T: UnwindSafe,
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