pub struct LoadedFold {
pub items: Vec<ListItem>,
pub promotions: Vec<PromotionItem>,
pub warnings: Vec<String>,
}Fields§
§items: Vec<ListItem>§promotions: Vec<PromotionItem>§warnings: Vec<String>Auto Trait Implementations§
impl Freeze for LoadedFold
impl RefUnwindSafe for LoadedFold
impl Send for LoadedFold
impl Sync for LoadedFold
impl Unpin for LoadedFold
impl UnsafeUnpin for LoadedFold
impl UnwindSafe for LoadedFold
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