pub struct Report {
pub sprites: Placement,
pub sfx: Placement,
pub music: Placement,
pub warnings: Vec<String>,
}Expand description
The outcome of an append: where each kind landed, plus any warnings (e.g. references left pointing at slots that were not part of the selection).
Fields§
§sprites: Placement§sfx: Placement§music: Placement§warnings: Vec<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Report
impl RefUnwindSafe for Report
impl Send for Report
impl Sync for Report
impl Unpin for Report
impl UnsafeUnpin for Report
impl UnwindSafe for Report
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