pub struct LearnedUnigramCandidateSampler { /* private fields */ }
Expand description
Builder for the LearnedUnigramCandidateSampler
operation.
Implementations§
Source§impl LearnedUnigramCandidateSampler
impl LearnedUnigramCandidateSampler
Trait Implementations§
Source§impl Default for LearnedUnigramCandidateSampler
impl Default for LearnedUnigramCandidateSampler
Source§fn default() -> LearnedUnigramCandidateSampler
fn default() -> LearnedUnigramCandidateSampler
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LearnedUnigramCandidateSampler
impl RefUnwindSafe for LearnedUnigramCandidateSampler
impl Send for LearnedUnigramCandidateSampler
impl Sync for LearnedUnigramCandidateSampler
impl Unpin for LearnedUnigramCandidateSampler
impl UnwindSafe for LearnedUnigramCandidateSampler
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