pub struct AuthenticatedRouteContext<'a, Peer, Identity> { /* private fields */ }Expand description
Borrowed facts passed to authenticated route policy.
Implementations§
Trait Implementations§
Source§impl<'a, Peer: Clone, Identity: Clone> Clone for AuthenticatedRouteContext<'a, Peer, Identity>
impl<'a, Peer: Clone, Identity: Clone> Clone for AuthenticatedRouteContext<'a, Peer, Identity>
Source§fn clone(&self) -> AuthenticatedRouteContext<'a, Peer, Identity>
fn clone(&self) -> AuthenticatedRouteContext<'a, Peer, Identity>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a, Peer: Copy, Identity: Copy> Copy for AuthenticatedRouteContext<'a, Peer, Identity>
Auto Trait Implementations§
impl<'a, Peer, Identity> Freeze for AuthenticatedRouteContext<'a, Peer, Identity>
impl<'a, Peer, Identity> RefUnwindSafe for AuthenticatedRouteContext<'a, Peer, Identity>where
Peer: RefUnwindSafe,
Identity: RefUnwindSafe,
impl<'a, Peer, Identity> Send for AuthenticatedRouteContext<'a, Peer, Identity>
impl<'a, Peer, Identity> Sync for AuthenticatedRouteContext<'a, Peer, Identity>
impl<'a, Peer, Identity> Unpin for AuthenticatedRouteContext<'a, Peer, Identity>
impl<'a, Peer, Identity> UnsafeUnpin for AuthenticatedRouteContext<'a, Peer, Identity>
impl<'a, Peer, Identity> UnwindSafe for AuthenticatedRouteContext<'a, Peer, Identity>where
Peer: RefUnwindSafe,
Identity: RefUnwindSafe,
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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