Struct lance_datagen::generator::FixedBinaryGenerator
source · pub struct FixedBinaryGenerator<T: ByteArrayType> { /* private fields */ }
Implementations§
source§impl<T: ByteArrayType> FixedBinaryGenerator<T>
impl<T: ByteArrayType> FixedBinaryGenerator<T>
Trait Implementations§
source§impl<T: ByteArrayType> ArrayGenerator for FixedBinaryGenerator<T>
impl<T: ByteArrayType> ArrayGenerator for FixedBinaryGenerator<T>
Auto Trait Implementations§
impl<T> Freeze for FixedBinaryGenerator<T>
impl<T> RefUnwindSafe for FixedBinaryGenerator<T>where
T: RefUnwindSafe,
impl<T> Send for FixedBinaryGenerator<T>
impl<T> Sync for FixedBinaryGenerator<T>
impl<T> Unpin for FixedBinaryGenerator<T>where
T: Unpin,
impl<T> UnwindSafe for FixedBinaryGenerator<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