Enum rust_rcs_core::security::aka::AkaResponse
source · pub enum AkaResponse {
Successful(Vec<u8>, Option<(Vec<u8>, Vec<u8>)>),
SyncFailure(Vec<u8>),
}
Variants§
Auto Trait Implementations§
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