pub struct CoreAsset { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for CoreAsset
impl RefUnwindSafe for CoreAsset
impl Send for CoreAsset
impl Sync for CoreAsset
impl Unpin for CoreAsset
impl UnsafeUnpin for CoreAsset
impl UnwindSafe for CoreAsset
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