pub struct GroupIndex {
pub groups: Vec<GroupMeta>,
pub key_names: Vec<String>,
}Expand description
Index over groups, in first-occurrence order.
Fields§
§groups: Vec<GroupMeta>§key_names: Vec<String>Implementations§
Source§impl GroupIndex
impl GroupIndex
Trait Implementations§
Source§impl Clone for GroupIndex
impl Clone for GroupIndex
Source§fn clone(&self) -> GroupIndex
fn clone(&self) -> GroupIndex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GroupIndex
impl RefUnwindSafe for GroupIndex
impl Send for GroupIndex
impl Sync for GroupIndex
impl Unpin for GroupIndex
impl UnsafeUnpin for GroupIndex
impl UnwindSafe for GroupIndex
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