pub enum AkaResponse {
Successful(Vec<u8>, Option<(Vec<u8>, Vec<u8>)>),
SyncFailure(Vec<u8>),
}
Variants§
Auto Trait Implementations§
impl Freeze for AkaResponse
impl RefUnwindSafe for AkaResponse
impl Send for AkaResponse
impl Sync for AkaResponse
impl Unpin for AkaResponse
impl UnwindSafe for AkaResponse
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