Struct forust_ml::sampler::GossSampler
source · pub struct GossSampler { /* private fields */ }Implementations§
Trait Implementations§
source§impl Default for GossSampler
impl Default for GossSampler
Auto Trait Implementations§
impl RefUnwindSafe for GossSampler
impl Send for GossSampler
impl Sync for GossSampler
impl Unpin for GossSampler
impl UnwindSafe for GossSampler
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