Enum async_pop::ClientState
source · pub enum ClientState {
Authentication,
Transaction,
Update,
None,
}
Variants§
Trait Implementations§
source§impl Debug for ClientState
impl Debug for ClientState
source§impl PartialEq for ClientState
impl PartialEq for ClientState
source§fn eq(&self, other: &ClientState) -> bool
fn eq(&self, other: &ClientState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ClientState
impl StructuralEq for ClientState
impl StructuralPartialEq for ClientState
Auto Trait Implementations§
impl RefUnwindSafe for ClientState
impl Send for ClientState
impl Sync for ClientState
impl Unpin for ClientState
impl UnwindSafe for ClientState
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