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