pub enum GeneratorState {
CreatingSlips,
WaitingForBlockChainConfirmation,
Done,
}
Variants§
Trait Implementations§
Source§impl Clone for GeneratorState
impl Clone for GeneratorState
Source§fn clone(&self) -> GeneratorState
fn clone(&self) -> GeneratorState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for GeneratorState
impl PartialEq for GeneratorState
impl StructuralPartialEq for GeneratorState
Auto Trait Implementations§
impl Freeze for GeneratorState
impl RefUnwindSafe for GeneratorState
impl Send for GeneratorState
impl Sync for GeneratorState
impl Unpin for GeneratorState
impl UnwindSafe for GeneratorState
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