pub enum Continue {
More,
Done,
}
Expand description
Denotes whether the Client wants to be notified when
More
randomness is available or if they are Done
Variants
More
More randomness is required.
Done
No more randomness required.
Trait Implementations
sourceimpl Eq for Continue
impl Eq for Continue
fn assert_receiver_is_total_eq(&self)
impl StructuralEq for Continue
impl StructuralPartialEq for Continue
Auto Trait Implementations
impl RefUnwindSafe for Continue
impl Send for Continue
impl Sync for Continue
impl Unpin for Continue
impl UnwindSafe for Continue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more