pub enum Anonymous {}Expand description
Typestate: actor has not (or not yet) authenticated.
Trait Implementations§
Source§impl ActorState for Anonymous
impl ActorState for Anonymous
Auto Trait Implementations§
impl Freeze for Anonymous
impl RefUnwindSafe for Anonymous
impl Send for Anonymous
impl Sync for Anonymous
impl Unpin for Anonymous
impl UnsafeUnpin for Anonymous
impl UnwindSafe for Anonymous
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