pub struct BWAL {
pub assets: Vec<AssetInfo>,
}Expand description
AssetList section, defines a list of assets for this space.
Fields§
§assets: Vec<AssetInfo>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BWAL
impl RefUnwindSafe for BWAL
impl Send for BWAL
impl Sync for BWAL
impl Unpin for BWAL
impl UnwindSafe for BWAL
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