pub(crate) struct AuthenticatedCn(String);Expand description
Type-system witness that auth ran; private field prevents forgery in handler code.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for AuthenticatedCn
impl Clone for AuthenticatedCn
Source§fn clone(&self) -> AuthenticatedCn
fn clone(&self) -> AuthenticatedCn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AuthenticatedCn
impl RefUnwindSafe for AuthenticatedCn
impl Send for AuthenticatedCn
impl Sync for AuthenticatedCn
impl Unpin for AuthenticatedCn
impl UnwindSafe for AuthenticatedCn
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§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