Variants
Idx(GroupsIdx)
Slice(Vec<[u32; 2], Global>)
Implementations
sourceimpl GroupsProxy
impl GroupsProxy
pub fn into_idx(self) -> GroupsIdx
pub fn iter(&self) -> GroupsProxyIter<'_>ⓘNotable traits for GroupsProxyIter<'a>impl<'a> Iterator for GroupsProxyIter<'a> type Item = GroupsIndicator<'a>;
pub fn sort(&mut self)
pub fn group_lengths(&self, name: &str) -> ChunkedArray<UInt32Type>
pub fn par_iter(&self) -> GroupsProxyParIter<'_>
pub fn get(&self, index: usize) -> GroupsIndicator<'_>
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
pub fn group_count(&self) -> ChunkedArray<UInt32Type>
pub fn as_list_chunked(&self) -> ChunkedArray<ListType>
Trait Implementations
sourceimpl Clone for GroupsProxy
impl Clone for GroupsProxy
sourcefn clone(&self) -> GroupsProxy
fn clone(&self) -> GroupsProxy
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GroupsProxy
impl Debug for GroupsProxy
sourceimpl Default for GroupsProxy
impl Default for GroupsProxy
sourcefn default() -> GroupsProxy
fn default() -> GroupsProxy
Returns the “default value” for a type. Read more
sourceimpl From<GroupsIdx> for GroupsProxy
impl From<GroupsIdx> for GroupsProxy
sourcefn from(groups: GroupsIdx) -> GroupsProxy
fn from(groups: GroupsIdx) -> GroupsProxy
Performs the conversion.
sourceimpl PartialEq<GroupsProxy> for GroupsProxy
impl PartialEq<GroupsProxy> for GroupsProxy
sourcefn eq(&self, other: &GroupsProxy) -> bool
fn eq(&self, other: &GroupsProxy) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &GroupsProxy) -> bool
fn ne(&self, other: &GroupsProxy) -> bool
This method tests for !=
.
impl StructuralPartialEq for GroupsProxy
Auto Trait Implementations
impl RefUnwindSafe for GroupsProxy
impl Send for GroupsProxy
impl Sync for GroupsProxy
impl Unpin for GroupsProxy
impl UnwindSafe for GroupsProxy
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
sourceimpl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more