Enum polars_core::chunked_array::ops::TakeRandBranch2
source · pub enum TakeRandBranch2<S, M> {
Single(S),
Multi(M),
}Variants§
Trait Implementations§
source§impl<S, M, I> TakeRandom for TakeRandBranch2<S, M>where
S: TakeRandom<Item = I>,
M: TakeRandom<Item = I>,
impl<S, M, I> TakeRandom for TakeRandBranch2<S, M>where S: TakeRandom<Item = I>, M: TakeRandom<Item = I>,
Auto Trait Implementations§
impl<S, M> RefUnwindSafe for TakeRandBranch2<S, M>where M: RefUnwindSafe, S: RefUnwindSafe,
impl<S, M> Send for TakeRandBranch2<S, M>where M: Send, S: Send,
impl<S, M> Sync for TakeRandBranch2<S, M>where M: Sync, S: Sync,
impl<S, M> Unpin for TakeRandBranch2<S, M>where M: Unpin, S: Unpin,
impl<S, M> UnwindSafe for TakeRandBranch2<S, M>where M: UnwindSafe, S: UnwindSafe,
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