pub(crate) enum JoinerProgress {
RequestWithAuthSent,
Succeeded,
}
Expand description
Progress updates for EventType::SecurejoinJoinerProgress
.
This has an From<JoinerProgress> for usize
impl yielding numbers between 0 and a 1000
which can be shown as a progress bar.
Variants§
RequestWithAuthSent
vg-vc-request-with-auth sent.
Typically shows as “alice@addr verified, introducing myself.”
Succeeded
Completed securejoin.
Implementations§
Auto Trait Implementations§
impl Freeze for JoinerProgress
impl RefUnwindSafe for JoinerProgress
impl Send for JoinerProgress
impl Sync for JoinerProgress
impl Unpin for JoinerProgress
impl UnwindSafe for JoinerProgress
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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