pub struct XcAssets<'a> {
pub info: Info<'a>,
}Expand description
Represents the JSON-serialized data structure that is contained within a
xcassets asset catalog.
Fields§
§info: Info<'a>Contains metadata about this asset catalog.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for XcAssets<'a>
impl<'a> RefUnwindSafe for XcAssets<'a>
impl<'a> Send for XcAssets<'a>
impl<'a> Sync for XcAssets<'a>
impl<'a> Unpin for XcAssets<'a>
impl<'a> UnwindSafe for XcAssets<'a>
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