pub struct Auth<T: Serialize + DeserializeOwned + FromBase64, P: AuthParam<T>>(pub T, pub PhantomData<P>);Tuple Fields§
§0: T§1: PhantomData<P>Trait Implementations§
Auto Trait Implementations§
impl<T, P> RefUnwindSafe for Auth<T, P>where P: RefUnwindSafe, T: RefUnwindSafe,
impl<T, P> Send for Auth<T, P>where P: Send, T: Send,
impl<T, P> Sync for Auth<T, P>where P: Sync, T: Sync,
impl<T, P> Unpin for Auth<T, P>where P: Unpin, T: Unpin,
impl<T, P> UnwindSafe for Auth<T, P>where P: UnwindSafe, T: UnwindSafe,
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