pub struct ComponentSelection {
pub component_ids: Vec<ComponentId>,
}Expand description
Component selection for frame building.
Fields§
§component_ids: Vec<ComponentId>Component ids to include when present and dirty.
Trait Implementations§
Source§impl Clone for ComponentSelection
impl Clone for ComponentSelection
Source§fn clone(&self) -> ComponentSelection
fn clone(&self) -> ComponentSelection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ComponentSelection
impl Debug for ComponentSelection
Source§impl Default for ComponentSelection
impl Default for ComponentSelection
Source§fn default() -> ComponentSelection
fn default() -> ComponentSelection
Returns the “default value” for a type. Read more
impl Eq for ComponentSelection
Source§impl PartialEq for ComponentSelection
impl PartialEq for ComponentSelection
impl StructuralPartialEq for ComponentSelection
Auto Trait Implementations§
impl Freeze for ComponentSelection
impl RefUnwindSafe for ComponentSelection
impl Send for ComponentSelection
impl Sync for ComponentSelection
impl Unpin for ComponentSelection
impl UnsafeUnpin for ComponentSelection
impl UnwindSafe for ComponentSelection
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