pub struct ExternalClient { /* private fields */ }Expand description
An implementation of the EXTERNAL authentication mechanism, as described in RFC 4422. Authorization identity may be left blank to indicate that the client is requesting to act as the identity associated with the
Implementations§
Trait Implementations§
Source§impl Client for ExternalClient
impl Client for ExternalClient
Auto Trait Implementations§
impl Freeze for ExternalClient
impl RefUnwindSafe for ExternalClient
impl Send for ExternalClient
impl Sync for ExternalClient
impl Unpin for ExternalClient
impl UnwindSafe for ExternalClient
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