Enum deltachat::securejoin::bobstate::BobHandshakeStage
source · pub enum BobHandshakeStage {
RequestSent,
RequestWithAuthSent,
Terminated(&'static str),
}
Expand description
The stage of the BobState
securejoin handshake protocol state machine.
This does not concern itself with user interactions, only represents what happened to the protocol state machine from handling this message.
Variants§
RequestSent
Step 2 completed: (vc|vg)-request message sent.
RequestWithAuthSent
Step 4 completed: (vc|vg)-request-with-auth message sent.
Terminated(&'static str)
The protocol prematurely terminated with given reason.
Trait Implementations§
source§impl Clone for BobHandshakeStage
impl Clone for BobHandshakeStage
source§fn clone(&self) -> BobHandshakeStage
fn clone(&self) -> BobHandshakeStage
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 Debug for BobHandshakeStage
impl Debug for BobHandshakeStage
source§impl Display for BobHandshakeStage
impl Display for BobHandshakeStage
impl Copy for BobHandshakeStage
Auto Trait Implementations§
impl Freeze for BobHandshakeStage
impl RefUnwindSafe for BobHandshakeStage
impl Send for BobHandshakeStage
impl Sync for BobHandshakeStage
impl Unpin for BobHandshakeStage
impl UnwindSafe for BobHandshakeStage
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)