Enum darkbird::SessionResult
source · pub enum SessionResult {
Closed,
Timeout,
Full,
NoResponse,
DataStoreNotFound,
UnImplement,
Err(StatusResult),
}Variants§
Trait Implementations§
source§impl Debug for SessionResult
impl Debug for SessionResult
Auto Trait Implementations§
impl !RefUnwindSafe for SessionResult
impl Send for SessionResult
impl Sync for SessionResult
impl Unpin for SessionResult
impl !UnwindSafe for SessionResult
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