Struct polars::chunked_array::ops::Utf8TakeRandom
source · [−]pub struct Utf8TakeRandom<'a> { /* private fields */ }
Trait Implementations
sourceimpl<'a> TakeRandom for Utf8TakeRandom<'a>
impl<'a> TakeRandom for Utf8TakeRandom<'a>
type Item = &'a str
sourcefn get(&self, index: usize) -> Option<<Utf8TakeRandom<'a> as TakeRandom>::Item>
fn get(&self, index: usize) -> Option<<Utf8TakeRandom<'a> as TakeRandom>::Item>
Get a nullable value by index. Read more
sourceunsafe fn get_unchecked(
&self,
index: usize
) -> Option<<Utf8TakeRandom<'a> as TakeRandom>::Item>
unsafe fn get_unchecked(
&self,
index: usize
) -> Option<<Utf8TakeRandom<'a> as TakeRandom>::Item>
Get a value by index and ignore the null bit. Read more
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Utf8TakeRandom<'a>
impl<'a> Send for Utf8TakeRandom<'a>
impl<'a> Sync for Utf8TakeRandom<'a>
impl<'a> Unpin for Utf8TakeRandom<'a>
impl<'a> !UnwindSafe for Utf8TakeRandom<'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