pub struct Resolved {
pub main: ResolvedMain,
pub cards: Vec<ResolvedCard>,
}Expand description
The whole resolved-value view: the main card and every composable card.
Fields§
§main: ResolvedMain§cards: Vec<ResolvedCard>Trait Implementations§
impl StructuralPartialEq for Resolved
Auto Trait Implementations§
impl !Freeze for Resolved
impl RefUnwindSafe for Resolved
impl Send for Resolved
impl Sync for Resolved
impl Unpin for Resolved
impl UnsafeUnpin for Resolved
impl UnwindSafe for Resolved
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