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