pub struct JsonAsset(/* private fields */);
Implementations§
Auto Trait Implementations§
impl Freeze for JsonAsset
impl RefUnwindSafe for JsonAsset
impl Send for JsonAsset
impl Sync for JsonAsset
impl Unpin for JsonAsset
impl UnwindSafe for JsonAsset
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