struct RoomTotalsProps {
tickets: Vec<TicketPartial>,
}Expand description
Properties for components that display room-wise ticket totals.
This struct passes a list of partial ticket data to a component responsible for calculating and visualizing ticket distribution per room.
§Fields
tickets: A vector ofTicketPartialcontaining ticket data relevant for room totals.
Fields§
§tickets: Vec<TicketPartial>Trait Implementations§
Source§impl PartialEq for RoomTotalsProps
impl PartialEq for RoomTotalsProps
Source§impl Properties for RoomTotalsProps
impl Properties for RoomTotalsProps
impl StructuralPartialEq for RoomTotalsProps
Auto Trait Implementations§
impl Freeze for RoomTotalsProps
impl RefUnwindSafe for RoomTotalsProps
impl Send for RoomTotalsProps
impl Sync for RoomTotalsProps
impl Unpin for RoomTotalsProps
impl UnwindSafe for RoomTotalsProps
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self to a value of a Properties struct.§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self to a value of a Properties struct.