Enum deltachat::securejoin::bob::JoinerProgress
source · pub(crate) enum JoinerProgress {
Error,
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§
Error
An error occurred.
RequestWithAuthSent
vg-vc-request-with-auth sent.
Typically shows as “alice@addr verified, introducing myself.”
Succeeded
Completed securejoin.
Trait Implementations§
source§impl From<JoinerProgress> for usize
impl From<JoinerProgress> for usize
source§fn from(progress: JoinerProgress) -> Self
fn from(progress: JoinerProgress) -> Self
Converts to this type from the input type.
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