pub struct NoAuthIdentity;
Expand description
Identity for the NoAuthScheme
auth scheme.
Implementations§
Trait Implementations§
Source§impl Debug for NoAuthIdentity
impl Debug for NoAuthIdentity
Source§impl Default for NoAuthIdentity
impl Default for NoAuthIdentity
Source§fn default() -> NoAuthIdentity
fn default() -> NoAuthIdentity
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoAuthIdentity
impl RefUnwindSafe for NoAuthIdentity
impl Send for NoAuthIdentity
impl Sync for NoAuthIdentity
impl Unpin for NoAuthIdentity
impl UnwindSafe for NoAuthIdentity
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.