Variants
Idx((u32, &'a Vec<u32, Global>))
Slice([u32; 2])
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for GroupsIndicator<'a>
impl<'a> Send for GroupsIndicator<'a>
impl<'a> Sync for GroupsIndicator<'a>
impl<'a> Unpin for GroupsIndicator<'a>
impl<'a> UnwindSafe for GroupsIndicator<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more