pub enum Inner<'a> {
Response(Response<'a>),
Hotp,
Touch,
}Variants§
Trait Implementations§
impl<'a> Copy for Inner<'a>
Auto Trait Implementations§
impl<'a> Freeze for Inner<'a>
impl<'a> RefUnwindSafe for Inner<'a>
impl<'a> Send for Inner<'a>
impl<'a> Sync for Inner<'a>
impl<'a> Unpin for Inner<'a>
impl<'a> UnwindSafe for Inner<'a>
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