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