Struct lance_datagen::generator::CycleBinaryGenerator
source · pub struct CycleBinaryGenerator<T: ByteArrayType> { /* private fields */ }
Implementations§
source§impl<T: ByteArrayType> CycleBinaryGenerator<T>
impl<T: ByteArrayType> CycleBinaryGenerator<T>
pub fn from_strings(values: &[&str]) -> Self
Trait Implementations§
source§impl<T: ByteArrayType> ArrayGenerator for CycleBinaryGenerator<T>
impl<T: ByteArrayType> ArrayGenerator for CycleBinaryGenerator<T>
Auto Trait Implementations§
impl<T> Freeze for CycleBinaryGenerator<T>
impl<T> RefUnwindSafe for CycleBinaryGenerator<T>where
T: RefUnwindSafe,
impl<T> Send for CycleBinaryGenerator<T>
impl<T> Sync for CycleBinaryGenerator<T>
impl<T> Unpin for CycleBinaryGenerator<T>where
T: Unpin,
impl<T> UnwindSafe for CycleBinaryGenerator<T>where
T: 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